diff options
Diffstat (limited to '')
-rw-r--r-- | devel/hs-async/files/patch-async.cabal | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/hs-async/files/patch-async.cabal b/devel/hs-async/files/patch-async.cabal new file mode 100644 index 000000000000..4bf49a1d7138 --- /dev/null +++ b/devel/hs-async/files/patch-async.cabal @@ -0,0 +1,11 @@ +--- async.cabal.orig 2018-02-04 16:37:42 UTC ++++ async.cabal +@@ -50,7 +50,7 @@ library + if impl(ghc>=7.1) + other-extensions: Trustworthy + exposed-modules: Control.Concurrent.Async +- build-depends: base >= 4.3 && < 4.12, hashable >= 1.1.1.0 && < 1.3, stm >= 2.2 && < 2.5 ++ build-depends: base >= 4.3 && < 4.13, hashable >= 1.1.1.0 && < 1.3, stm >= 2.2 && < 2.6 + + test-suite test-async + default-language: Haskell2010 |