[Pkg-haskell-maintainers] haskell-language-haskell-extract_0.2.1-3_amd64.changes is NEW

Debian FTP Masters ftpmaster at ftp-master.debian.org
Thu Nov 3 22:20:43 UTC 2011


(new) haskell-language-haskell-extract_0.2.1-3.debian.tar.gz extra haskell
(new) haskell-language-haskell-extract_0.2.1-3.dsc extra haskell
(new) haskell-language-haskell-extract_0.2.1.orig.tar.gz extra haskell
(new) libghc-language-haskell-extract-dev_0.2.1-3_amd64.deb extra haskell
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.
(new) libghc-language-haskell-extract-doc_0.2.1-3_all.deb extra 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.
(new) libghc-language-haskell-extract-prof_0.2.1-3_amd64.deb extra haskell
automatically extract functions from the local code.; profiling libraries
 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 libraries compiled with profiling enabled.
Changes: haskell-language-haskell-extract (0.2.1-3) unstable; urgency=low
 .
  * first release.
  * ITP (Closes: #644378)


Override entries for your package:

Announcing to debian-devel-changes at lists.debian.org
Closing bugs: 644378 


Your package contains new components which requires manual editing of
the override file.  It is ok otherwise, so please be patient.  New
packages are usually added to the override file about once a week.

You may have gotten the distribution wrong.  You'll get warnings above
if files already exist in other distributions.



More information about the Pkg-haskell-maintainers mailing list