[Pkg-haskell-commits] [package-plan] 182/457: Bump hakyll, add patches
Joachim Breitner
nomeata at moszumanska.debian.org
Mon Apr 14 20:05:24 UTC 2014
This is an automated email from the git hooks/post-receive script.
nomeata pushed a commit to branch master
in repository package-plan.
commit acc3f109f8e5817701231ea98966d34f0592ab63
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Wed Sep 18 17:43:48 2013 +0000
Bump hakyll, add patches
---
packages.txt | 2 +-
patches/hakyll/4.3.3.0/newer-cryptohash.diff | 20 ++++++++++++++++++++
patches/hakyll/4.3.3.0/quickcheck-2.6-compat.patch | 13 +++++++++++++
patches/hakyll/4.3.3.0/series | 2 ++
4 files changed, 36 insertions(+), 1 deletion(-)
diff --git a/packages.txt b/packages.txt
index 98d438b..375dd36 100644
--- a/packages.txt
+++ b/packages.txt
@@ -210,7 +210,7 @@ gtk2hs-buildtools 0.12.3
gtkglext 0.12.1
gtksourceview2 0.12.3.1
haddock 2.13.1
-hakyll 4.3.1.0
+hakyll 4.3.3.0
hamlet 1.1.7.1
happstack 7.0.1
happstack-authenticate 0.10.5 patched for pwstore-fast instead of pwstore-purehaskell
diff --git a/patches/hakyll/4.3.3.0/newer-cryptohash.diff b/patches/hakyll/4.3.3.0/newer-cryptohash.diff
new file mode 100644
index 0000000..18bc08f
--- /dev/null
+++ b/patches/hakyll/4.3.3.0/newer-cryptohash.diff
@@ -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 --git a/patches/hakyll/4.3.3.0/quickcheck-2.6-compat.patch b/patches/hakyll/4.3.3.0/quickcheck-2.6-compat.patch
new file mode 100644
index 0000000..f282f75
--- /dev/null
+++ b/patches/hakyll/4.3.3.0/quickcheck-2.6-compat.patch
@@ -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 --git a/patches/hakyll/4.3.3.0/series b/patches/hakyll/4.3.3.0/series
new file mode 100644
index 0000000..04fcca6
--- /dev/null
+++ b/patches/hakyll/4.3.3.0/series
@@ -0,0 +1,2 @@
+quickcheck-2.6-compat.patch
+newer-cryptohash.diff
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/package-plan.git
More information about the Pkg-haskell-commits
mailing list