Changeset View
Changeset View
Standalone View
Standalone View
head/devel/hs-async/files/patch-async.cabal
Property | Old Value | New Value |
---|---|---|
fbsd:nokeywords | null | yes \ No newline at end of property |
svn:eol-style | null | native \ No newline at end of property |
svn:mime-type | null | text/plain \ No newline at end of property |
--- 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 |