[Pkg-haskell-commits] darcs: haskell-platform: "+" in version numbers still doesn't do what I think it does.

Joachim Breitner mail at joachim-breitner.de
Sun Aug 3 15:05:14 UTC 2014


Sun Aug  3 15:04:17 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * "+" in version numbers still doesn't do what I think it does. 

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

Sun Aug  3 15:04:17 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * "+" in version numbers still doesn't do what I think it does. 
diff -rN -u old-haskell-platform/debian/changelog new-haskell-platform/debian/changelog
--- old-haskell-platform/debian/changelog	2014-08-03 15:05:14.463112988 +0000
+++ new-haskell-platform/debian/changelog	2014-08-03 15:05:14.471112973 +0000
@@ -1,3 +1,9 @@
+haskell-platform (2013.2.0.0.debian10) UNRELEASED; urgency=medium
+
+  * "+" in version numbers still doesn't do what I think it does. 
+
+ -- Joachim Breitner <nomeata at debian.org>  Sun, 03 Aug 2014 17:04:04 +0200
+
 haskell-platform (2013.2.0.0.debian9) unstable; urgency=medium
 
   * Allow newer QuickCheck and unordered-containers
diff -rN -u old-haskell-platform/debian/control new-haskell-platform/debian/control
--- old-haskell-platform/debian/control	2014-08-03 15:05:14.463112988 +0000
+++ new-haskell-platform/debian/control	2014-08-03 15:05:14.467112980 +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.7+),
+  libghc-quickcheck2-dev (<<  2.8),
   libghc-regex-base-dev (>=  0.93.2),
   libghc-regex-base-dev (<<  0.93.2+),
   libghc-regex-compat-dev (>=  0.95.1),
@@ -68,7 +68,7 @@
   libghc-transformers-dev (>= 0.3.0.0),
   libghc-transformers-dev (<< 0.3.0.0+),
   libghc-unordered-containers-dev (>= 0.2.3),
-  libghc-unordered-containers-dev (<< 0.2.5+),
+  libghc-unordered-containers-dev (<< 0.2.6),
   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