[Pkg-haskell-commits] darcs: tools: Import error patches

Joachim Breitner mail at joachim-breitner.de
Wed Dec 25 10:55:00 UTC 2013


Wed Dec 25 10:54:43 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Import error patches

    M ./all-packages/packages.txt -1 +1
    A ./all-packages/patches/errors/
    A ./all-packages/patches/errors/1.4.4/
    A ./all-packages/patches/errors/1.4.4/newer-either
    A ./all-packages/patches/errors/1.4.4/series

Wed Dec 25 10:54:43 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Import error patches
diff -rN -u old-tools/all-packages/packages.txt new-tools/all-packages/packages.txt
--- old-tools/all-packages/packages.txt	2013-12-25 10:55:00.504421037 +0000
+++ new-tools/all-packages/packages.txt	2013-12-25 10:55:00.512421040 +0000
@@ -174,7 +174,7 @@
 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 -rN -u old-tools/all-packages/patches/errors/1.4.4/newer-either new-tools/all-packages/patches/errors/1.4.4/newer-either
--- old-tools/all-packages/patches/errors/1.4.4/newer-either	1970-01-01 00:00:00.000000000 +0000
+++ new-tools/all-packages/patches/errors/1.4.4/newer-either	2013-12-25 10:55:00.528421046 +0000
@@ -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 -rN -u old-tools/all-packages/patches/errors/1.4.4/series new-tools/all-packages/patches/errors/1.4.4/series
--- old-tools/all-packages/patches/errors/1.4.4/series	1970-01-01 00:00:00.000000000 +0000
+++ new-tools/all-packages/patches/errors/1.4.4/series	2013-12-25 10:55:00.532421048 +0000
@@ -0,0 +1 @@
+newer-either




More information about the Pkg-haskell-commits mailing list