aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-async/files/patch-async.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'devel/hs-async/files/patch-async.cabal')
-rw-r--r--devel/hs-async/files/patch-async.cabal11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/hs-async/files/patch-async.cabal b/devel/hs-async/files/patch-async.cabal
deleted file mode 100644
index 4bf49a1d7138..000000000000
--- a/devel/hs-async/files/patch-async.cabal
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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