[Pkg-haskell-commits] [package-plan] 347/457: Import error patches

Joachim Breitner nomeata at moszumanska.debian.org
Mon Apr 14 20:05:46 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 aaab1bec4c03cd6b826a19967fa4d704dcaca7df
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Wed Dec 25 10:54:43 2013 +0000

    Import error patches
---
 packages.txt                      |  2 +-
 patches/errors/1.4.4/newer-either | 13 +++++++++++++
 patches/errors/1.4.4/series       |  1 +
 3 files changed, 15 insertions(+), 1 deletion(-)

diff --git a/packages.txt b/packages.txt
index 79970e5..291c3f2 100644
--- a/packages.txt
+++ b/packages.txt
@@ -174,7 +174,7 @@ email-validate 1.0.0
 entropy 0.2.1
 enumerator 0.4.19
 erf 2.0.0.0
-errors 1.4.4 patched for newer either
+errors 1.4.4
 esqueleto 1.3.4.2
 event-list 0.1.0.2
 exceptions 0.3.2 patched for newer QuickCheck
diff --git a/patches/errors/1.4.4/newer-either b/patches/errors/1.4.4/newer-either
new file mode 100644
index 0000000..76927f5
--- /dev/null
+++ b/patches/errors/1.4.4/newer-either
@@ -0,0 +1,13 @@
+Index: haskell-errors-1.4.4/errors.cabal
+===================================================================
+--- haskell-errors-1.4.4.orig/errors.cabal	2013-12-24 17:14:31.000000000 -0500
++++ haskell-errors-1.4.4/errors.cabal	2013-12-24 17:14:35.000000000 -0500
+@@ -23,7 +23,7 @@
+ Library
+     Build-Depends:
+         base         >= 4     && < 5  ,
+-        either       >= 3.1   && < 4.1,
++        either       >= 3.1   && < 4.2,
+         safe         >= 0.3.3 && < 0.4,
+         transformers >= 0.2   && < 0.4
+     Exposed-Modules:
diff --git a/patches/errors/1.4.4/series b/patches/errors/1.4.4/series
new file mode 100644
index 0000000..f42c4e8
--- /dev/null
+++ b/patches/errors/1.4.4/series
@@ -0,0 +1 @@
+newer-either

-- 
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