[Pkg-haskell-commits] darcs: haskell-platform: Restrict to QuickCheck 2.6 as specified by the platform.
Joachim Breitner
mail at joachim-breitner.de
Sun Jun 16 21:23:25 UTC 2013
Sun Jun 16 21:20:24 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Restrict to QuickCheck 2.6 as specified by the platform.
M ./debian/changelog +6
M ./debian/control -2 +2
Sun Jun 16 21:20:24 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Restrict to QuickCheck 2.6 as specified by the platform.
diff -rN -u old-haskell-platform/debian/changelog new-haskell-platform/debian/changelog
--- old-haskell-platform/debian/changelog 2013-06-16 21:23:25.474270462 +0000
+++ new-haskell-platform/debian/changelog 2013-06-16 21:23:25.486270230 +0000
@@ -1,3 +1,9 @@
+haskell-platform (2013.2.0.0~rc3) UNRELEASED; urgency=low
+
+ * Restrict to QuickCheck 2.6 as specified by the platform.
+
+ -- Joachim Breitner <nomeata at debian.org> Sun, 16 Jun 2013 23:19:09 +0200
+
haskell-platform (2013.2.0.0~rc2) unstable; urgency=low
* Restrict to alex 3.0.5 as specified by the platform.
diff -rN -u old-haskell-platform/debian/control new-haskell-platform/debian/control
--- old-haskell-platform/debian/control 2013-06-16 21:23:25.470149415 +0000
+++ new-haskell-platform/debian/control 2013-06-16 21:23:25.478221869 +0000
@@ -49,8 +49,8 @@
libghc-parsec3-dev (<< 3.1.3+),
libghc-primitive-dev (>= 0.5.0.1),
libghc-primitive-dev (<< 0.5.0.1+),
- libghc-quickcheck2-dev (>= 2.5.1.1),
-# libghc-quickcheck2-dev (<< 2.4.2+),
+ libghc-quickcheck2-dev (>= 2.6),
+ libghc-quickcheck2-dev (<< 2.6+),
libghc-regex-base-dev (>= 0.93.2),
libghc-regex-base-dev (<< 0.93.2+),
libghc-regex-compat-dev (>= 0.95.1),
More information about the Pkg-haskell-commits
mailing list