[Pkg-haskell-commits] darcs: haskell-attoparsec-text: Add version constraints to build-depends, avoids build failures on build daemons.
Joachim Breitner
mail at joachim-breitner.de
Sat Dec 3 22:27:42 UTC 2011
Sat Dec 3 22:20:59 UTC 2011 Joachim Breitner <mail at joachim-breitner.de>
* Add version constraints to build-depends, avoids build failures on build daemons.
Ignore-this: 9981ad7030819832b3b54b0d8f1cc2e8
M ./changelog +7
M ./control -2 +4
Sat Dec 3 22:20:59 UTC 2011 Joachim Breitner <mail at joachim-breitner.de>
* Add version constraints to build-depends, avoids build failures on build daemons.
Ignore-this: 9981ad7030819832b3b54b0d8f1cc2e8
diff -rN -u old-haskell-attoparsec-text//changelog new-haskell-attoparsec-text//changelog
--- old-haskell-attoparsec-text//changelog 2011-12-03 22:27:42.103694839 +0000
+++ new-haskell-attoparsec-text//changelog 2011-12-03 22:27:42.103694839 +0000
@@ -1,3 +1,10 @@
+haskell-attoparsec-text (0.8.5.1-2) UNRELEASED; urgency=low
+
+ * Add version constraints to build-depends, avoids build failures on build
+ daemons.
+
+ -- Joachim Breitner <nomeata at debian.org> Sat, 03 Dec 2011 23:20:38 +0100
+
haskell-attoparsec-text (0.8.5.1-1) unstable; urgency=low
* Initial release.
diff -rN -u old-haskell-attoparsec-text//control new-haskell-attoparsec-text//control
--- old-haskell-attoparsec-text//control 2011-12-03 22:27:42.087671965 +0000
+++ new-haskell-attoparsec-text//control 2011-12-03 22:27:42.107700232 +0000
@@ -8,9 +8,11 @@
, haskell-devscripts (>= 0.8)
, ghc
, ghc-prof
- , libghc-attoparsec-dev
+ , libghc-attoparsec-dev (>= 0.7)
+ , libghc-attoparsec-dev (<< 0.10)
, libghc-attoparsec-prof
- , libghc-text-dev
+ , libghc-text-dev (>= 0.10)
+ , libghc-text-dev (<< 0.12)
, libghc-text-prof
Build-Depends-Indep: ghc-doc
, libghc-attoparsec-doc
More information about the Pkg-haskell-commits
mailing list