haskell-language-haskell-extract 0.2.1-4 source package in Ubuntu

Changelog

haskell-language-haskell-extract (0.2.1-4) unstable; urgency=low


  * Sourceful upload to rebuild documentation package

 -- Iain Lane <email address hidden>  Thu, 23 Feb 2012 11:16:58 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe haskell

Downloads

File Size SHA-256 Checksum
haskell-language-haskell-extract_0.2.1-4.dsc 2.6 KiB e33c493cee73ee57f00e89dc98c40300228a4f3b28ba5bfaa103c0ad053e6d65
haskell-language-haskell-extract_0.2.1.orig.tar.gz 2.9 KiB 6e413fbe15eb94290d45593bccdcf21b8f6c8524739d01d6069da13f9e09af52
haskell-language-haskell-extract_0.2.1-4.debian.tar.gz 2.4 KiB bbdc5a68a017bf2c503e253fdf43e70a5a04379cf6e4dd3c6f4e2819993239e0

Available diffs

No changes file available.

Binary packages built by this source

libghc-language-haskell-extract-dev: No summary available for libghc-language-haskell-extract-dev in ubuntu quantal.

No description available for libghc-language-haskell-extract-dev in ubuntu quantal.

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 quantal.

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