[Pkg-haskell-maintainers] haskell-regex-tdfa_1.1.7-1_amd64.changes is NEW
Debian FTP Masters
ftpmaster at ftp-master.debian.org
Tue May 24 16:04:20 UTC 2011
haskell-regex-tdfa_1.1.7-1.debian.tar.gz
to main/h/haskell-regex-tdfa/haskell-regex-tdfa_1.1.7-1.debian.tar.gz
haskell-regex-tdfa_1.1.7-1.dsc
to main/h/haskell-regex-tdfa/haskell-regex-tdfa_1.1.7-1.dsc
haskell-regex-tdfa_1.1.7.orig.tar.gz
to main/h/haskell-regex-tdfa/haskell-regex-tdfa_1.1.7.orig.tar.gz
(new) libghc-regex-tdfa-dev_1.1.7-1_amd64.deb extra haskell
Haskell library for a tagged DFA regex engine
.
A pure Haskell alternative to GHC's Text.Regex module (with some
enhancements). The Text.Regex module marshalls the data back and forth to
c-arrays to call libc and this is far too slow (and strict).
.
This module parses regular expression Strings using a Parsec parser and
creates an internal data structure (Text.Regex.Lazy.Pattern). This is then
transformed a DFA table for matching against the input String or
FastPackedString. The input string is consumed lazily, so it may be an
arbitrarily long or infinite source.
.
This package contains the libraries compiled for GHC 6.
(new) libghc-regex-tdfa-doc_1.1.7-1_all.deb extra doc
Documentation for the tagged DFA regex engine
.
A pure Haskell alternative to GHC's Text.Regex module (with some
enhancements). The Text.Regex module marshalls the data back and forth to
c-arrays to call libc and this is far too slow (and strict).
.
This module parses regular expression Strings using a Parsec parser and
creates an internal data structure (Text.Regex.Lazy.Pattern). This is then
transformed a DFA table for matching against the input String or
FastPackedString. The input string is consumed lazily, so it may be an
arbitrarily long or infinite source.
.
This package contains the library documentation.
(new) libghc-regex-tdfa-prof_1.1.7-1_amd64.deb extra haskell
Profiling libraries for the tagged DFA regex engine
.
A pure Haskell alternative to GHC's Text.Regex module (with some
enhancements). The Text.Regex module marshalls the data back and forth to
c-arrays to call libc and this is far too slow (and strict).
.
This module parses regular expression Strings using a Parsec parser and
creates an internal data structure (Text.Regex.Lazy.Pattern). This is then
transformed a DFA table for matching against the input String or
FastPackedString. The input string is consumed lazily, so it may be an
arbitrarily long or infinite source.
.
This package contains the profiling libraries compiled for GHC 6.
Changes: haskell-regex-tdfa (1.1.7-1) unstable; urgency=high
.
[ Erik de Castro Lopo ]
* New upstream.
* debian/control: Standards-Version 3.9.1, no changes needed.
.
[ Marco Silva ]
* Use ghc instead of ghc6
.
[ Iain Lane ]
* Standards-Version → 3.9.2, no changes required
Override entries for your package:
haskell-regex-tdfa_1.1.7-1.dsc - source haskell
Announcing to debian-devel-changes at lists.debian.org
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