[Pkg-haskell-commits] darcs: haskell-attoparsec-enumerator: New upstream version 0.3.
clint at debian.org
clint at debian.org
Thu Dec 8 16:25:22 UTC 2011
Thu Dec 8 16:21:01 UTC 2011 clint at debian.org
* New upstream version 0.3.
Ignore-this: 2927eee32b62fa4b87b0a42f1f209aa2
M ./changelog -1 +7
M ./control -6 +12
R ./patches/
R ./patches/extend-attoparsec-version-range
R ./patches/series
Thu Dec 8 16:21:01 UTC 2011 clint at debian.org
* New upstream version 0.3.
Ignore-this: 2927eee32b62fa4b87b0a42f1f209aa2
diff -rN -u old-haskell-attoparsec-enumerator//changelog new-haskell-attoparsec-enumerator//changelog
--- old-haskell-attoparsec-enumerator//changelog 2011-12-08 16:25:21.975862099 +0000
+++ new-haskell-attoparsec-enumerator//changelog 2011-12-08 16:25:21.991706596 +0000
@@ -1,6 +1,12 @@
+haskell-attoparsec-enumerator (0.3-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Clint Adams <clint at 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
+ * Extend attoparsec dependency range
-- Joachim Breitner <nomeata at debian.org> Mon, 05 Dec 2011 19:31:03 +0100
diff -rN -u old-haskell-attoparsec-enumerator//control new-haskell-attoparsec-enumerator//control
--- old-haskell-attoparsec-enumerator//control 2011-12-08 16:25:21.967821755 +0000
+++ new-haskell-attoparsec-enumerator//control 2011-12-08 16:25:21.991706596 +0000
@@ -8,11 +8,11 @@
, 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 @@
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 @@
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 @@
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 -rN -u old-haskell-attoparsec-enumerator//patches/extend-attoparsec-version-range new-haskell-attoparsec-enumerator//patches/extend-attoparsec-version-range
--- old-haskell-attoparsec-enumerator//patches/extend-attoparsec-version-range 2011-12-08 16:25:21.987712973 +0000
+++ new-haskell-attoparsec-enumerator//patches/extend-attoparsec-version-range 1970-01-01 00:00:00.000000000 +0000
@@ -1,23 +0,0 @@
-Description: Extend dependency range on attoparsec
-Author: Joachim Breitner <nomeata at 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 -rN -u old-haskell-attoparsec-enumerator//patches/series new-haskell-attoparsec-enumerator//patches/series
--- old-haskell-attoparsec-enumerator//patches/series 2011-12-08 16:25:21.987712973 +0000
+++ new-haskell-attoparsec-enumerator//patches/series 1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-extend-attoparsec-version-range
More information about the Pkg-haskell-commits
mailing list