summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--p/haskell-attoparsec-enumerator/debian/changelog6
-rw-r--r--p/haskell-attoparsec-enumerator/debian/control6
-rw-r--r--p/haskell-attoparsec-enumerator/debian/patches/extend-attoparsec-version-range22
-rw-r--r--p/haskell-attoparsec-enumerator/debian/patches/series1
4 files changed, 33 insertions, 2 deletions
diff --git a/p/haskell-attoparsec-enumerator/debian/changelog b/p/haskell-attoparsec-enumerator/debian/changelog
index 915876621..aebeaf668 100644
--- a/p/haskell-attoparsec-enumerator/debian/changelog
+++ b/p/haskell-attoparsec-enumerator/debian/changelog
@@ -1,3 +1,9 @@
+haskell-attoparsec-enumerator (0.2.0.4-2) UNRELEASED; urgency=low
+
+ * Extend attoparsec dependency range
+
+ -- Joachim Breitner <nomeata@debian.org> Mon, 05 Dec 2011 19:30:45 +0100
+
haskell-attoparsec-enumerator (0.2.0.4-1) unstable; urgency=low
* Initial release.
diff --git a/p/haskell-attoparsec-enumerator/debian/control b/p/haskell-attoparsec-enumerator/debian/control
index ed8aa8b5a..8959bef2f 100644
--- a/p/haskell-attoparsec-enumerator/debian/control
+++ b/p/haskell-attoparsec-enumerator/debian/control
@@ -8,9 +8,11 @@ Build-Depends: debhelper (>= 7)
, haskell-devscripts (>= 0.8)
, ghc
, ghc-prof
- , libghc-attoparsec-dev
+ , libghc-attoparsec-dev (>= 0.8)
+ , libghc-attoparsec-dev (<< 0.11)
, libghc-attoparsec-prof
- , libghc-enumerator-dev
+ , libghc-enumerator-dev (>= 0.4)
+ , libghc-enumerator-dev (<= 0.5)
, libghc-enumerator-prof
Build-Depends-Indep: ghc-doc
, libghc-attoparsec-doc
diff --git a/p/haskell-attoparsec-enumerator/debian/patches/extend-attoparsec-version-range b/p/haskell-attoparsec-enumerator/debian/patches/extend-attoparsec-version-range
new file mode 100644
index 000000000..d99ce04e9
--- /dev/null
+++ b/p/haskell-attoparsec-enumerator/debian/patches/extend-attoparsec-version-range
@@ -0,0 +1,22 @@
+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
new file mode 100644
index 000000000..d473a5a29
--- /dev/null
+++ b/p/haskell-attoparsec-enumerator/debian/patches/series
@@ -0,0 +1 @@
+extend-attoparsec-version-range