diff options
| author | clint <clint@debian.org> | 2011-12-08 20:21:01 +0400 |
|---|---|---|
| committer | clint <clint@debian.org> | 2011-12-08 20:21:01 +0400 |
| commit | 94c6ce71aad5500b3fb5ce0a960ed6a2d7367a73 (patch) | |
| tree | 71dad0e5692b892517680f3094bb6471fa82b37e /p/haskell-attoparsec-enumerator | |
| parent | 9ae0c00875d940c8fa3044bbd461a65cc3dc02f2 (diff) | |
| download | DHG_packages-94c6ce71aad5500b3fb5ce0a960ed6a2d7367a73.tar.gz | |
haskell-attoparsec-enumerator: New upstream version 0.3.
Diffstat (limited to 'p/haskell-attoparsec-enumerator')
4 files changed, 18 insertions, 29 deletions
diff --git a/p/haskell-attoparsec-enumerator/debian/changelog b/p/haskell-attoparsec-enumerator/debian/changelog index 2bd5e710a..92ef9a45a 100644 --- a/p/haskell-attoparsec-enumerator/debian/changelog +++ b/p/haskell-attoparsec-enumerator/debian/changelog @@ -1,3 +1,9 @@ +haskell-attoparsec-enumerator (0.3-1) unstable; urgency=low + + * New upstream version. + + -- Clint Adams <clint@debian.org> Thu, 08 Dec 2011 11:11:14 -0500 + haskell-attoparsec-enumerator (0.2.0.4-2) unstable; urgency=low * Extend attoparsec dependency range diff --git a/p/haskell-attoparsec-enumerator/debian/control b/p/haskell-attoparsec-enumerator/debian/control index 8959bef2f..a60786990 100644 --- a/p/haskell-attoparsec-enumerator/debian/control +++ b/p/haskell-attoparsec-enumerator/debian/control @@ -8,11 +8,11 @@ Build-Depends: debhelper (>= 7) , haskell-devscripts (>= 0.8) , ghc , ghc-prof - , libghc-attoparsec-dev (>= 0.8) + , libghc-attoparsec-dev (>> 0.10) , libghc-attoparsec-dev (<< 0.11) , libghc-attoparsec-prof - , libghc-enumerator-dev (>= 0.4) - , libghc-enumerator-dev (<= 0.5) + , libghc-enumerator-dev (>> 0.4) + , libghc-enumerator-dev (<< 0.5) , libghc-enumerator-prof Build-Depends-Indep: ghc-doc , libghc-attoparsec-doc @@ -34,7 +34,9 @@ Description: convert an Attoparsec parser into an iteratee This package provides a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . - Convert an Attoparsec parser into an iteratee. + It allows an Attoparsec parser to receive input incrementally from + an enumerator. This could be used for parsing large files or + implementing binary network protocols. Package: libghc-attoparsec-enumerator-prof Architecture: any @@ -48,7 +50,9 @@ Description: convert an Attoparsec parser into an iteratee; profiling libraries compiled for profiling. See http://www.haskell.org/ for more information on Haskell. . - Convert an Attoparsec parser into an iteratee. + The library allows an Attoparsec parser to receive input incrementally from + an enumerator. This could be used for parsing large files or + implementing binary network protocols. Package: libghc-attoparsec-enumerator-doc Section: doc @@ -61,4 +65,6 @@ Description: convert an Attoparsec parser into an iteratee; documentation programming language. See http://www.haskell.org/ for more information on Haskell. . - Convert an Attoparsec parser into an iteratee. + The library allows an Attoparsec parser to receive input incrementally from + an enumerator. This could be used for parsing large files or + implementing binary network protocols. diff --git a/p/haskell-attoparsec-enumerator/debian/patches/extend-attoparsec-version-range b/p/haskell-attoparsec-enumerator/debian/patches/extend-attoparsec-version-range deleted file mode 100644 index d99ce04e9..000000000 --- a/p/haskell-attoparsec-enumerator/debian/patches/extend-attoparsec-version-range +++ /dev/null @@ -1,22 +0,0 @@ -Description: Extend dependency range on attoparsec -Author: Joachim Breitner <nomeata@debian.org> - -Index: haskell-attoparsec-enumerator-0.2.0.4/attoparsec-enumerator.cabal -=================================================================== ---- haskell-attoparsec-enumerator-0.2.0.4.orig/attoparsec-enumerator.cabal 2011-06-01 22:22:17.000000000 +0200 -+++ haskell-attoparsec-enumerator-0.2.0.4/attoparsec-enumerator.cabal 2011-12-05 19:30:12.000000000 +0100 -@@ -1,5 +1,5 @@ - name: attoparsec-enumerator --version: 0.2.0.4 -+version: 0.2.0.4.1 - synopsis: Convert an Attoparsec parser into an iteratee - license: MIT - license-file: license.txt -@@ -27,7 +27,7 @@ - - build-depends: - base >= 3 && < 5 -- , attoparsec >= 0.8 && < 0.10 -+ , attoparsec >= 0.8 && < 0.11 - , bytestring >= 0.9 && < 0.10 - , enumerator >= 0.4 && < 0.5 diff --git a/p/haskell-attoparsec-enumerator/debian/patches/series b/p/haskell-attoparsec-enumerator/debian/patches/series deleted file mode 100644 index d473a5a29..000000000 --- a/p/haskell-attoparsec-enumerator/debian/patches/series +++ /dev/null @@ -1 +0,0 @@ -extend-attoparsec-version-range |
