[Pkg-haskell-commits] darcs: haskell-platform: Allow newer QuickCheck and unordered-containers

Joachim Breitner mail at joachim-breitner.de
Sat Aug 2 08:03:22 UTC 2014


Sat Aug  2 07:59:12 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Allow newer QuickCheck and unordered-containers

    M ./debian/changelog +6
    M ./debian/control -3 +3

Sat Aug  2 07:59:12 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Allow newer QuickCheck and unordered-containers
diff -rN -u old-haskell-platform/debian/changelog new-haskell-platform/debian/changelog
--- old-haskell-platform/debian/changelog	2014-08-02 08:03:22.250106896 +0000
+++ new-haskell-platform/debian/changelog	2014-08-02 08:03:22.254106897 +0000
@@ -1,3 +1,9 @@
+haskell-platform (2013.2.0.0.debian9) UNRELEASED; urgency=medium
+
+  * Allow newer QuickCheck and unordered-containers
+
+ -- Joachim Breitner <nomeata at debian.org>  Sat, 02 Aug 2014 09:58:53 +0200
+
 haskell-platform (2013.2.0.0.debian8) unstable; urgency=medium
 
   * Allow newer fgl 
diff -rN -u old-haskell-platform/debian/control new-haskell-platform/debian/control
--- old-haskell-platform/debian/control	2014-08-02 08:03:22.250106896 +0000
+++ new-haskell-platform/debian/control	2014-08-02 08:03:22.250106896 +0000
@@ -50,7 +50,7 @@
   libghc-primitive-dev (>=  0.5.0.1),
   libghc-primitive-dev (<<  0.5.0.1+),
   libghc-quickcheck2-dev (>=  2.6),
-  libghc-quickcheck2-dev (<<  2.6+),
+  libghc-quickcheck2-dev (<<  2.7+),
   libghc-regex-base-dev (>=  0.93.2),
   libghc-regex-base-dev (<<  0.93.2+),
   libghc-regex-compat-dev (>=  0.95.1),
@@ -67,8 +67,8 @@
   libghc-text-dev (<< 0.11.3.1+),
   libghc-transformers-dev (>= 0.3.0.0),
   libghc-transformers-dev (<< 0.3.0.0+),
-  libghc-unordered-containers-dev (>= 0.2.3.0),
-  libghc-unordered-containers-dev (<< 0.2.3.0+),
+  libghc-unordered-containers-dev (>= 0.2.3),
+  libghc-unordered-containers-dev (<< 0.2.5+),
   libghc-vector-dev (>= 0.10.0.1),
   libghc-vector-dev (<< 0.10.0.1+),
   libghc-xhtml-dev (>= 3000.2.1),




More information about the Pkg-haskell-commits mailing list