[Pkg-haskell-commits] darcs: haskell-iteratee: Relax exceptions constrains
KAction at gnu.org
KAction at gnu.org
Fri Apr 24 10:01:16 UTC 2015
Fri Apr 24 10:00:22 UTC 2015 KAction at gnu.org
* Relax exceptions constrains
M ./changelog +6
A ./patches/
A ./patches/compat-with-exceptions-0.8.patch
A ./patches/series
Fri Apr 24 10:00:22 UTC 2015 KAction at gnu.org
* Relax exceptions constrains
diff -rN -u old-haskell-iteratee/changelog new-haskell-iteratee/changelog
--- old-haskell-iteratee/changelog 2015-04-24 10:01:16.201832872 +0000
+++ new-haskell-iteratee/changelog 2015-04-24 10:01:16.201832872 +0000
@@ -1,3 +1,9 @@
+haskell-iteratee (0.8.9.6-3) experimental; urgency=medium
+
+ * Relax constrains on `exceptions'. No code change needed.
+
+ -- Dmitry Bogatov <KAction at gnu.org> Thu, 23 Apr 2015 08:35:51 +0300
+
haskell-iteratee (0.8.9.6-2) experimental; urgency=medium
* Depend on haskell-devscripts 0.9, found in experimental
diff -rN -u old-haskell-iteratee/patches/compat-with-exceptions-0.8.patch new-haskell-iteratee/patches/compat-with-exceptions-0.8.patch
--- old-haskell-iteratee/patches/compat-with-exceptions-0.8.patch 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-iteratee/patches/compat-with-exceptions-0.8.patch 2015-04-24 10:01:16.205832871 +0000
@@ -0,0 +1,17 @@
+Description: Relax `exceptions` constraint upper bound
+Author: Dmitry Bogatov <KAction at gnu.org>
+Forwarded: yes
+Last-Update: 2015-04-25
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/iteratee.cabal
++++ b/iteratee.cabal
+@@ -50,7 +50,7 @@ library
+ monad-control == 0.3.* ,
+ bytestring >= 0.9 && < 0.11,
+ containers >= 0.2 && < 0.6,
+- exceptions >= 0.3 && < 0.7,
++ exceptions >= 0.3 ,
+ parallel >= 2 && < 4,
+ transformers >= 0.2 && < 0.5,
+ transformers-base >= 0.4 && < 0.5
diff -rN -u old-haskell-iteratee/patches/series new-haskell-iteratee/patches/series
--- old-haskell-iteratee/patches/series 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-iteratee/patches/series 2015-04-24 10:01:16.205832871 +0000
@@ -0,0 +1 @@
+compat-with-exceptions-0.8.patch
More information about the Pkg-haskell-commits
mailing list