haskell-language-haskell-extract 0.2.1-6build1 source package in Ubuntu

Changelog

haskell-language-haskell-extract (0.2.1-6build1) trusty; urgency=low

  * Rebuild for new GHC ABIs.
 -- Colin Watson <email address hidden>   Tue, 05 Nov 2013 14:49:57 +0000

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Trusty
Original maintainer:
Debian Haskell Group
Architectures:
any all
Section:
haskell
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe haskell

Downloads

File Size SHA-256 Checksum
haskell-language-haskell-extract_0.2.1.orig.tar.gz 2.9 KiB 6e413fbe15eb94290d45593bccdcf21b8f6c8524739d01d6069da13f9e09af52
haskell-language-haskell-extract_0.2.1-6build1.debian.tar.gz 2.6 KiB ecd6bd8f5f3a5de850a7f86582eacb748a3066a85603e226224ad799e33bae71
haskell-language-haskell-extract_0.2.1-6build1.dsc 2.6 KiB 150147bb42cc06820f0a5df6beceea6d5eab0342f5272f9079688ba19d4be959

View changes file

Binary packages built by this source

libghc-language-haskell-extract-dev: automatically extract functions from the local code.

 language-haskell-extract contains some useful helper functions on top of
 Template Haskell.
 functionExtractor extracts all functions after a regexp-pattern.
 .
 > foo = "test"
 > boo = "testing"
 > bar = $(functionExtractor "oo$")
 .
 will automagically extract the functions ending with "oo" such as
 .
 > bar = [("foo",foo), ("boo",boo)]
 .
 This can be useful if you wish to extract all functions beginning with test
 (for a test-framework) or all functions beginning with wc (for a web service).
 .
 functionExtractorMap works like functionsExtractor but applies a function
 over all function-pairs.
 This functions is useful if the common return type of the functions is
 a type class.
 .
 This package contains the normal library files.

libghc-language-haskell-extract-doc: automatically extract functions from the local code.; documentation

 language-haskell-extract contains some useful helper functions on top of
 Template Haskell.
 functionExtractor extracts all functions after a regexp-pattern.
 .
 > foo = "test"
 > boo = "testing"
 > bar = $(functionExtractor "oo$")
 .
 will automagically extract the functions ending with "oo" such as
 .
 > bar = [("foo",foo), ("boo",boo)]
 .
 This can be useful if you wish to extract all functions beginning with test
 (for a test-framework) or all functions beginning with wc (for a web service).
 .
 functionExtractorMap works like functionsExtractor but applies a function
 over all function-pairs.
 This functions is useful if the common return type of the functions is
 a type class.
 .
 This package contains the documentation files.

libghc-language-haskell-extract-prof: No summary available for libghc-language-haskell-extract-prof in ubuntu utopic.

No description available for libghc-language-haskell-extract-prof in ubuntu utopic.