[Pkg-haskell-commits] darcs: tools: Bump hakyll, add patches

Joachim Breitner mail at joachim-breitner.de
Wed Sep 18 17:55:16 UTC 2013


Wed Sep 18 17:43:48 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Bump hakyll, add patches

    M! ./all-packages/packages.txt -1 +1
    A! ./all-packages/patches/hakyll/4.3.3.0/
    A! ./all-packages/patches/hakyll/4.3.3.0/newer-cryptohash.diff
    A! ./all-packages/patches/hakyll/4.3.3.0/quickcheck-2.6-compat.patch
    A! ./all-packages/patches/hakyll/4.3.3.0/series

Wed Sep 18 17:43:48 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Bump hakyll, add patches
diff -rN -u old-tools/all-packages/packages.txt new-tools/all-packages/packages.txt
--- old-tools/all-packages/packages.txt	2013-09-18 17:55:16.171156993 +0000
+++ new-tools/all-packages/packages.txt	2013-09-18 17:55:16.378190657 +0000
@@ -213,7 +213,7 @@
 gtksourceview2 0.12.3.1
 gtk-traymanager 0.1.3
 haddock 2.13.1
-hakyll 4.3.3.0 patched for quickcheck2 and cryptohash
+hakyll 4.3.1.0
 hamlet 1.1.7.1
 happstack 7.0.1
 happstack-authenticate 0.10.5 patched for pwstore-fast instead of pwstore-purehaskell
diff -rN -u old-tools/all-packages/patches/hakyll/4.3.3.0/newer-cryptohash.diff new-tools/all-packages/patches/hakyll/4.3.3.0/newer-cryptohash.diff
--- old-tools/all-packages/patches/hakyll/4.3.3.0/newer-cryptohash.diff	1970-01-01 00:00:00.000000000 +0000
+++ new-tools/all-packages/patches/hakyll/4.3.3.0/newer-cryptohash.diff	2013-09-18 17:55:16.243069040 +0000
@@ -0,0 +1,20 @@
+--- a/hakyll.cabal
++++ b/hakyll.cabal
+@@ -145,7 +145,7 @@
+     citeproc-hs  >= 0.3.2  && < 0.4,
+     cmdargs      >= 0.10   && < 0.11,
+     containers   >= 0.3    && < 0.6,
+-    cryptohash   >= 0.7    && < 0.10,
++    cryptohash   >= 0.7    && < 0.11,
+     data-default >= 0.4    && < 0.6,
+     deepseq      >= 1.3    && < 1.4,
+     directory    >= 1.0    && < 1.3,
+@@ -222,7 +222,7 @@
+     citeproc-hs  >= 0.3.2  && < 0.4,
+     cmdargs      >= 0.10   && < 0.11,
+     containers   >= 0.3    && < 0.6,
+-    cryptohash   >= 0.7    && < 0.10,
++    cryptohash   >= 0.7    && < 0.11,
+     data-default >= 0.4    && < 0.6,
+     deepseq      >= 1.3    && < 1.4,
+     directory    >= 1.0    && < 1.3,
diff -rN -u old-tools/all-packages/patches/hakyll/4.3.3.0/quickcheck-2.6-compat.patch new-tools/all-packages/patches/hakyll/4.3.3.0/quickcheck-2.6-compat.patch
--- old-tools/all-packages/patches/hakyll/4.3.3.0/quickcheck-2.6-compat.patch	1970-01-01 00:00:00.000000000 +0000
+++ new-tools/all-packages/patches/hakyll/4.3.3.0/quickcheck-2.6-compat.patch	2013-09-18 17:55:16.327037454 +0000
@@ -0,0 +1,13 @@
+Index: haskell-hakyll-4.3.0.0/hakyll.cabal
+===================================================================
+--- haskell-hakyll-4.3.0.0.orig/hakyll.cabal	2013-06-15 12:47:37.329150200 +0200
++++ haskell-hakyll-4.3.0.0/hakyll.cabal	2013-06-15 12:47:37.325150200 +0200
+@@ -208,7 +208,7 @@
+ 
+   Build-Depends:
+     HUnit                      >= 1.2 && < 1.3,
+-    QuickCheck                 >= 2.4 && < 2.6,
++    QuickCheck                 >= 2.4 && < 2.7,
+     test-framework             >= 0.4 && < 0.9,
+     test-framework-hunit       >= 0.2 && < 0.4,
+     test-framework-quickcheck2 >= 0.2 && < 0.4,
diff -rN -u old-tools/all-packages/patches/hakyll/4.3.3.0/series new-tools/all-packages/patches/hakyll/4.3.3.0/series
--- old-tools/all-packages/patches/hakyll/4.3.3.0/series	1970-01-01 00:00:00.000000000 +0000
+++ new-tools/all-packages/patches/hakyll/4.3.3.0/series	2013-09-18 17:55:16.243069040 +0000
@@ -0,0 +1,2 @@
+quickcheck-2.6-compat.patch
+newer-cryptohash.diff




More information about the Pkg-haskell-commits mailing list