summaryrefslogtreecommitdiff
path: root/p/haskell-async/debian/patches/testsuite-base-dep
blob: 95c781cbda00ccf89a464358b34611b843571db5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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,