[Pkg-haskell-commits] darcs: haskell-hakyll: New upstream version 4.3.3.0.
Clint Adams
clint at debian.org
Tue Sep 17 03:40:59 UTC 2013
Tue Sep 17 03:40:52 UTC 2013 Clint Adams <clint at debian.org>
* New upstream version 4.3.3.0.
M ./changelog +6
M ./control -1 +5
A ./patches/newer-cryptohash.diff
M ./patches/series +1
Tue Sep 17 03:40:52 UTC 2013 Clint Adams <clint at debian.org>
* New upstream version 4.3.3.0.
diff -rN -u old-haskell-hakyll/changelog new-haskell-hakyll/changelog
--- old-haskell-hakyll/changelog 2013-09-17 03:40:59.678535803 +0000
+++ new-haskell-hakyll/changelog 2013-09-17 03:40:59.682542791 +0000
@@ -1,3 +1,9 @@
+haskell-hakyll (4.3.3.0-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Clint Adams <clint at debian.org> Mon, 16 Sep 2013 23:07:07 -0400
+
haskell-hakyll (4.3.1.0-1) unstable; urgency=low
[ Louis Bettens ]
diff -rN -u old-haskell-hakyll/control new-haskell-hakyll/control
--- old-haskell-hakyll/control 2013-09-17 03:40:59.678535803 +0000
+++ new-haskell-hakyll/control 2013-09-17 03:40:59.682542791 +0000
@@ -19,7 +19,7 @@
, 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 @@
, 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 @@
, libghc-http-types-doc
, libghc-lrucache-doc
, libghc-mtl-doc
+ , libghc-network-doc
, libghc-cmdargs-doc
, libghc-pandoc-doc
, libghc-parsec3-doc
diff -rN -u old-haskell-hakyll/patches/newer-cryptohash.diff new-haskell-hakyll/patches/newer-cryptohash.diff
--- old-haskell-hakyll/patches/newer-cryptohash.diff 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hakyll/patches/newer-cryptohash.diff 2013-09-17 03:40:59.686542932 +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-haskell-hakyll/patches/series new-haskell-hakyll/patches/series
--- old-haskell-hakyll/patches/series 2013-09-17 03:40:59.654544973 +0000
+++ new-haskell-hakyll/patches/series 2013-09-17 03:40:59.690541951 +0000
@@ -1 +1,2 @@
quickcheck-2.6-compat.patch
+newer-cryptohash.diff
More information about the Pkg-haskell-commits
mailing list