[Pkg-haskell-commits] darcs: haskell-platform: Got the network and http dependencies wrong.

Joachim Breitner mail at joachim-breitner.de
Sat May 19 19:44:16 UTC 2012


Mon May 14 13:27:12 UTC 2012  Joachim Breitner <mail at joachim-breitner.de>
  * Got the network and http dependencies wrong. 
  Ignore-this: d29a5d651842e5f45e4c53b3a12d7fe2

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

Mon May 14 13:27:12 UTC 2012  Joachim Breitner <mail at joachim-breitner.de>
  * Got the network and http dependencies wrong. 
  Ignore-this: d29a5d651842e5f45e4c53b3a12d7fe2
diff -rN -u old-haskell-platform//debian/changelog new-haskell-platform//debian/changelog
--- old-haskell-platform//debian/changelog	2012-05-19 19:44:16.552834448 +0000
+++ new-haskell-platform//debian/changelog	2012-05-19 19:44:16.568828921 +0000
@@ -1,3 +1,9 @@
+haskell-platform (2012.1.0.0~debian4) UNRELEASED; urgency=low
+
+  * Got the network and http dependencies wrong. 
+
+ -- Joachim Breitner <nomeata at debian.org>  Mon, 14 May 2012 15:26:56 +0200
+
 haskell-platform (2012.1.0.0~debian3) unstable; urgency=low
 
   * Darn, forgot to pull before I upload. 
diff -rN -u old-haskell-platform//debian/control new-haskell-platform//debian/control
--- old-haskell-platform//debian/control	2012-05-19 19:44:16.528826747 +0000
+++ new-haskell-platform//debian/control	2012-05-19 19:44:16.560827732 +0000
@@ -47,16 +47,16 @@
   libghc-stm-dev (<< 2.3+),
   libghc-syb-dev (>= 0.3.6.1),
   libghc-syb-dev (<< 0.3.6.1+),
-  libghc-text-dev (>= 0.11.2),
-  libghc-text-dev (<< 0.11.2+),
+  libghc-text-dev (>= 0.11.2.0),
+  libghc-text-dev (<< 0.11.2.0+),
   libghc-transformers-dev (>= 0.2.2.0),
   libghc-transformers-dev (<< 0.2.2.0+),
   libghc-xhtml-dev (>= 3000.2.0.5),
   libghc-xhtml-dev (<< 3000.2.0.5+),
   libghc-zlib-dev (>= 0.5.3.3),
   libghc-zlib-dev (<< 0.5.3.3+),
-  libghc-http-dev (>= 1:4000.2.2),
-  libghc-http-dev (<< 1:4000.2.2+),
+  libghc-http-dev (>= 1:4000.2.3),
+  libghc-http-dev (<< 1:4000.2.3+),
   cabal-install (>= 0.14.0),
   alex (>= 3.0.1),
   alex (<< 3.0.1+),





More information about the Pkg-haskell-commits mailing list