summaryrefslogtreecommitdiff
path: root/p/haskell-async/debian/patches/testsuite-base-dep
diff options
context:
space:
mode:
Diffstat (limited to 'p/haskell-async/debian/patches/testsuite-base-dep')
-rw-r--r--p/haskell-async/debian/patches/testsuite-base-dep15
1 files changed, 15 insertions, 0 deletions
diff --git a/p/haskell-async/debian/patches/testsuite-base-dep b/p/haskell-async/debian/patches/testsuite-base-dep
new file mode 100644
index 000000000..95c781cbd
--- /dev/null
+++ b/p/haskell-async/debian/patches/testsuite-base-dep
@@ -0,0 +1,15 @@
+Description: Fix dependency on base of the test suite
+Author: Joachim Breitner <nomeata@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,