[Pkg-haskell-commits] darcs: haskell-attoparsec-text: Actually extend the version in .cabal and control to allow building against attoparsec 0.10.
Joachim Breitner
mail at joachim-breitner.de
Sat Dec 3 22:40:19 UTC 2011
Sat Dec 3 22:31:00 UTC 2011 Joachim Breitner <mail at joachim-breitner.de>
* Actually extend the version in .cabal and control to allow building against attoparsec 0.10.
Ignore-this: 89cc5134c1a620349020fc8d6ae16871
M ./changelog +2
M ./control -1 +1
A ./patches/
A ./patches/extend-attoparsec-version-range
A ./patches/series
Sat Dec 3 22:31:00 UTC 2011 Joachim Breitner <mail at joachim-breitner.de>
* Actually extend the version in .cabal and control to allow building against attoparsec 0.10.
Ignore-this: 89cc5134c1a620349020fc8d6ae16871
diff -rN -u old-haskell-attoparsec-text//changelog new-haskell-attoparsec-text//changelog
--- old-haskell-attoparsec-text//changelog 2011-12-03 22:40:19.275185439 +0000
+++ new-haskell-attoparsec-text//changelog 2011-12-03 22:40:19.295185719 +0000
@@ -2,6 +2,8 @@
* Add version constraints to build-depends, avoids build failures on build
daemons.
+ * Actually extend the version in .cabal and control to allow building
+ against attoparsec 0.10.
-- Joachim Breitner <nomeata at debian.org> Sat, 03 Dec 2011 23:20:38 +0100
diff -rN -u old-haskell-attoparsec-text//control new-haskell-attoparsec-text//control
--- old-haskell-attoparsec-text//control 2011-12-03 22:40:19.275185439 +0000
+++ new-haskell-attoparsec-text//control 2011-12-03 22:40:19.282371262 +0000
@@ -9,7 +9,7 @@
, ghc
, ghc-prof
, libghc-attoparsec-dev (>= 0.7)
- , libghc-attoparsec-dev (<< 0.10)
+ , libghc-attoparsec-dev (<< 0.11)
, libghc-attoparsec-prof
, libghc-text-dev (>= 0.10)
, libghc-text-dev (<< 0.12)
diff -rN -u old-haskell-attoparsec-text//patches/extend-attoparsec-version-range new-haskell-attoparsec-text//patches/extend-attoparsec-version-range
--- old-haskell-attoparsec-text//patches/extend-attoparsec-version-range 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-attoparsec-text//patches/extend-attoparsec-version-range 2011-12-03 22:40:19.286564628 +0000
@@ -0,0 +1,21 @@
+Description: Extend dependency range on attoparsec
+Author: Joachim Breitner <nomeata at debian.org>
+
+--- haskell-attoparsec-text-0.8.5.1.orig/attoparsec-text.cabal
++++ haskell-attoparsec-text-0.8.5.1/attoparsec-text.cabal
+@@ -1,5 +1,5 @@
+ name: attoparsec-text
+-version: 0.8.5.1
++version: 0.8.5.1.1
+ license: BSD3
+ license-file: LICENSE
+ category: Text, Parsing
+@@ -59,7 +59,7 @@ source-repository head
+
+ library
+ build-depends: base >= 3 && < 5,
+- attoparsec >= 0.7 && < 0.10,
++ attoparsec >= 0.7 && < 0.11,
+ text >= 0.10 && < 0.12,
+ containers >= 0.1.0.1 && < 0.5,
+ array >= 0.1 && < 0.4
diff -rN -u old-haskell-attoparsec-text//patches/series new-haskell-attoparsec-text//patches/series
--- old-haskell-attoparsec-text//patches/series 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-attoparsec-text//patches/series 2011-12-03 22:40:19.286564628 +0000
@@ -0,0 +1 @@
+extend-attoparsec-version-range
More information about the Pkg-haskell-commits
mailing list