[Pkg-haskell-commits] darcs: haskell-async: Patch: update base dependency of the test suite
Joachim Breitner
mail at joachim-breitner.de
Sun Oct 21 13:48:21 UTC 2012
Sun Oct 21 13:48:13 UTC 2012 Joachim Breitner <mail at joachim-breitner.de>
* Patch: update base dependency of the test suite
Ignore-this: a8bee3d2c20416c8ab91773e8bbb9709
M ./changelog +1
A ./patches/
A ./patches/series
A ./patches/testsuite-base-dep
Sun Oct 21 13:48:13 UTC 2012 Joachim Breitner <mail at joachim-breitner.de>
* Patch: update base dependency of the test suite
Ignore-this: a8bee3d2c20416c8ab91773e8bbb9709
diff -rN -u old-haskell-async//changelog new-haskell-async//changelog
--- old-haskell-async//changelog 2012-10-21 13:48:21.231220360 +0000
+++ new-haskell-async//changelog 2012-10-21 13:48:21.243217538 +0000
@@ -2,6 +2,7 @@
* Depend on haskell-devscripts 0.8.13 to ensure this packages is built
against experimental
+ * Patch: update base dependency of the test suite
-- Joachim Breitner <nomeata at debian.org> Sun, 21 Oct 2012 15:40:02 +0200
diff -rN -u old-haskell-async//patches/series new-haskell-async//patches/series
--- old-haskell-async//patches/series 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-async//patches/series 2012-10-21 13:48:21.247217504 +0000
@@ -0,0 +1 @@
+testsuite-base-dep
diff -rN -u old-haskell-async//patches/testsuite-base-dep new-haskell-async//patches/testsuite-base-dep
--- old-haskell-async//patches/testsuite-base-dep 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-async//patches/testsuite-base-dep 2012-10-21 13:48:21.247217504 +0000
@@ -0,0 +1,15 @@
+Description: Fix dependency on base of the test suite
+Author: Joachim Breitner <nomeata at debian.org>
+Forwarded: https://github.com/simonmar/async/pull/4
+
+--- haskell-async-2.0.1.3.orig/async.cabal
++++ haskell-async-2.0.1.3/async.cabal
+@@ -72,7 +72,7 @@ test-suite test-async
+ type: exitcode-stdio-1.0
+ hs-source-dirs: test
+ main-is: test-async.hs
+- build-depends: base >= 4.3 && < 4.6,
++ build-depends: base >= 4.3 && < 4.7,
+ async,
+ test-framework,
+ test-framework-hunit,
More information about the Pkg-haskell-commits
mailing list