[Pkg-haskell-commits] darcs: haskell-hxt-http: releasing version 9.1.2-2
joeyh at debian.org
joeyh at debian.org
Thu Mar 1 18:51:10 UTC 2012
Thu Mar 1 18:51:09 UTC 2012 joeyh at debian.org
* releasing version 9.1.2-2
Ignore-this: c936b51d22a5cf75d14d48a1021261c0
M ./changelog +7
A ./patches/
A ./patches/remove-haskell98
A ./patches/series
Thu Mar 1 18:51:09 UTC 2012 joeyh at debian.org
* releasing version 9.1.2-2
Ignore-this: c936b51d22a5cf75d14d48a1021261c0
diff -rN -u old-haskell-hxt-http//changelog new-haskell-hxt-http//changelog
--- old-haskell-hxt-http//changelog 2012-03-01 18:51:10.826252419 +0000
+++ new-haskell-hxt-http//changelog 2012-03-01 18:51:10.830277050 +0000
@@ -1,3 +1,10 @@
+haskell-hxt-http (9.1.2-2) unstable; urgency=low
+
+ * Sourceful upload to rebuild documentation package
+ * Remove haskell98 from cabal file to build with ghc 7.4.
+
+ -- Joey Hess <joeyh at debian.org> Thu, 01 Mar 2012 14:47:50 -0400
+
haskell-hxt-http (9.1.2-1) unstable; urgency=low
* New upstream release
diff -rN -u old-haskell-hxt-http//patches/remove-haskell98 new-haskell-hxt-http//patches/remove-haskell98
--- old-haskell-hxt-http//patches/remove-haskell98 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hxt-http//patches/remove-haskell98 2012-03-01 18:51:10.830277050 +0000
@@ -0,0 +1,14 @@
+Description: remove haskell 98 from cabal
+ To build with ghc 7.4
+Author: Joey Hess <joeyh at debian.org>
+
+--- haskell-hxt-http-9.1.2.orig/hxt-http.cabal
++++ haskell-hxt-http-9.1.2/hxt-http.cabal
+@@ -32,7 +32,6 @@ library
+ extensions:
+
+ build-depends: base >= 4 && < 5,
+- haskell98 >= 1 && < 2,
+ parsec >= 2.1 && < 4,
+ bytestring >= 0.9 && < 1,
+ network >= 2.1 && < 3,
diff -rN -u old-haskell-hxt-http//patches/series new-haskell-hxt-http//patches/series
--- old-haskell-hxt-http//patches/series 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hxt-http//patches/series 2012-03-01 18:51:10.834251905 +0000
@@ -0,0 +1 @@
+remove-haskell98
More information about the Pkg-haskell-commits
mailing list