[Pkg-haskell-commits] darcs: haxml: update for ghc 7.4
joeyh at debian.org
joeyh at debian.org
Tue Feb 28 00:05:21 UTC 2012
Tue Feb 28 00:05:18 UTC 2012 joeyh at debian.org
* update for ghc 7.4
Ignore-this: 149b0ea9badcc013b2f585a3ee1afa34
* Sourceful upload to rebuild documentation package
* Remove random from cabal file, as this package is split out of ghc 7.4,
and is not actually used by haxml.
M ./changelog +8
A ./patches/
A ./patches/remove-random
A ./patches/series
Tue Feb 28 00:05:18 UTC 2012 joeyh at debian.org
* update for ghc 7.4
Ignore-this: 149b0ea9badcc013b2f585a3ee1afa34
* Sourceful upload to rebuild documentation package
* Remove random from cabal file, as this package is split out of ghc 7.4,
and is not actually used by haxml.
diff -rN -u old-haxml//changelog new-haxml//changelog
--- old-haxml//changelog 2012-02-28 00:05:20.650251378 +0000
+++ new-haxml//changelog 2012-02-28 00:05:20.706249887 +0000
@@ -1,3 +1,11 @@
+haxml (1:1.22.5-2) unstable; urgency=low
+
+ * Sourceful upload to rebuild documentation package
+ * Remove random from cabal file, as this package is split out of ghc 7.4,
+ and is not actually used by haxml.
+
+ -- Joey Hess <joeyh at debian.org> Mon, 27 Feb 2012 19:53:03 -0400
+
haxml (1:1.22.5-1) unstable; urgency=low
* New upstream release
diff -rN -u old-haxml//patches/remove-random new-haxml//patches/remove-random
--- old-haxml//patches/remove-random 1970-01-01 00:00:00.000000000 +0000
+++ new-haxml//patches/remove-random 2012-02-28 00:05:20.726249083 +0000
@@ -0,0 +1,16 @@
+Description: remove random from cabal file
+ Remove random from cabal file, as this package is split out of ghc 7.4,
+ and is not actually used by haxml.
+Author: Joey Hess <joeyh at debian.org>
+
+--- haxml-1.22.5.orig/HaXml.cabal
++++ haxml-1.22.5/HaXml.cabal
+@@ -67,7 +67,7 @@ library
+ hs-source-dirs: src
+ build-depends: polyparse >= 1.5, filepath
+ if flag(splitBase)
+- build-depends: base >= 3 && < 6, pretty, random, containers
++ build-depends: base >= 3 && < 6, pretty, containers
+ else
+ build-depends: base < 3
+ if flag(bytestringInBase)
diff -rN -u old-haxml//patches/series new-haxml//patches/series
--- old-haxml//patches/series 1970-01-01 00:00:00.000000000 +0000
+++ new-haxml//patches/series 2012-02-28 00:05:20.726249083 +0000
@@ -0,0 +1 @@
+remove-random
More information about the Pkg-haskell-commits
mailing list