summaryrefslogtreecommitdiff
path: root/p/haskell-hakyll
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2013-09-17 07:40:52 +0400
committerClint Adams <clint@debian.org>2013-09-17 07:40:52 +0400
commit94f9817122c0da21cd3ee7f240e99b752bb88754 (patch)
tree1b1ada56745ead0df570862a93f286ebb1ac2176 /p/haskell-hakyll
parent5c23af50828b454ec670a63a34fb8cec7c45cccc (diff)
downloadDHG_packages-94f9817122c0da21cd3ee7f240e99b752bb88754.tar.gz
haskell-hakyll: New upstream version 4.3.3.0.
Diffstat (limited to 'p/haskell-hakyll')
-rw-r--r--p/haskell-hakyll/debian/changelog6
-rw-r--r--p/haskell-hakyll/debian/control6
-rw-r--r--p/haskell-hakyll/debian/patches/newer-cryptohash.diff20
-rw-r--r--p/haskell-hakyll/debian/patches/series1
4 files changed, 32 insertions, 1 deletions
diff --git a/p/haskell-hakyll/debian/changelog b/p/haskell-hakyll/debian/changelog
index f9428c512..1e2b915c2 100644
--- a/p/haskell-hakyll/debian/changelog
+++ b/p/haskell-hakyll/debian/changelog
@@ -1,3 +1,9 @@
+haskell-hakyll (4.3.3.0-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Clint Adams <clint@debian.org> Mon, 16 Sep 2013 23:07:07 -0400
+
haskell-hakyll (4.3.1.0-1) unstable; urgency=low
[ Louis Bettens ]
diff --git a/p/haskell-hakyll/debian/control b/p/haskell-hakyll/debian/control
index 05f81684c..e382d2e31 100644
--- a/p/haskell-hakyll/debian/control
+++ b/p/haskell-hakyll/debian/control
@@ -19,7 +19,7 @@ Build-Depends: debhelper (>= 9)
, libghc-citeproc-hs-dev (<< 0.4)
, libghc-citeproc-hs-prof
, libghc-cryptohash-dev (>> 0.7)
- , libghc-cryptohash-dev (<< 0.10)
+ , libghc-cryptohash-dev (<< 0.11)
, libghc-cryptohash-prof
, libghc-data-default-dev (>> 0.4)
, libghc-data-default-dev (<< 0.6)
@@ -30,6 +30,9 @@ Build-Depends: debhelper (>= 9)
, libghc-mtl-dev (>= 1)
, libghc-mtl-dev (<< 2.2)
, libghc-mtl-prof
+ , libghc-network-dev (>> 2.4)
+ , libghc-network-dev (<< 2.5)
+ , libghc-network-prof
, libghc-cmdargs-dev (>= 0.10)
, libghc-cmdargs-dev (<< 1.11)
, libghc-cmdargs-prof
@@ -91,6 +94,7 @@ Build-Depends-Indep: ghc-doc
, libghc-http-types-doc
, libghc-lrucache-doc
, libghc-mtl-doc
+ , libghc-network-doc
, libghc-cmdargs-doc
, libghc-pandoc-doc
, libghc-parsec3-doc
diff --git a/p/haskell-hakyll/debian/patches/newer-cryptohash.diff b/p/haskell-hakyll/debian/patches/newer-cryptohash.diff
new file mode 100644
index 000000000..18bc08fb5
--- /dev/null
+++ b/p/haskell-hakyll/debian/patches/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/p/haskell-hakyll/debian/patches/series b/p/haskell-hakyll/debian/patches/series
index d90193637..04fcca602 100644
--- a/p/haskell-hakyll/debian/patches/series
+++ b/p/haskell-hakyll/debian/patches/series
@@ -1 +1,2 @@
quickcheck-2.6-compat.patch
+newer-cryptohash.diff