[Pkg-haskell-commits] [package-plan] 01/01: Import iteratee patch
Dmitry Bogatov
kaction-guest at moszumanska.debian.org
Fri Apr 24 10:04:10 UTC 2015
This is an automated email from the git hooks/post-receive script.
kaction-guest pushed a commit to branch ghc-7.8
in repository package-plan.
commit 17b1cd74dc6816fac28bb239b44a46acd35ec49a
Author: Dmitry Bogatov <KAction at gnu.org>
Date: Fri Apr 24 13:00:55 2015 +0300
Import iteratee patch
---
.../iteratee/0.8.9.6/compat-with-exceptions-0.8.patch | 17 +++++++++++++++++
patches/iteratee/0.8.9.6/series | 1 +
2 files changed, 18 insertions(+)
diff --git a/patches/iteratee/0.8.9.6/compat-with-exceptions-0.8.patch b/patches/iteratee/0.8.9.6/compat-with-exceptions-0.8.patch
new file mode 100644
index 0000000..30aa061
--- /dev/null
+++ b/patches/iteratee/0.8.9.6/compat-with-exceptions-0.8.patch
@@ -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 --git a/patches/iteratee/0.8.9.6/series b/patches/iteratee/0.8.9.6/series
new file mode 100644
index 0000000..b4d6d33
--- /dev/null
+++ b/patches/iteratee/0.8.9.6/series
@@ -0,0 +1 @@
+compat-with-exceptions-0.8.patch
--
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