mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 23:38:29 +01:00
20 lines
680 B
Diff
20 lines
680 B
Diff
diff -ru orig/async.cabal new/async.cabal
|
|
--- orig/async.cabal 2013-12-09 14:04:55.984162531 +0200
|
|
+++ new/async.cabal 2013-12-09 14:04:55.000000000 +0200
|
|
@@ -70,13 +70,13 @@
|
|
|
|
library
|
|
exposed-modules: Control.Concurrent.Async
|
|
- build-depends: base >= 4.3 && < 4.7, stm >= 2.2 && < 2.5
|
|
+ build-depends: base >= 4.3 && < 4.8, stm >= 2.2 && < 2.5
|
|
|
|
test-suite test-async
|
|
type: exitcode-stdio-1.0
|
|
hs-source-dirs: test
|
|
main-is: test-async.hs
|
|
- build-depends: base >= 4.3 && < 4.7,
|
|
+ build-depends: base >= 4.3 && < 4.8,
|
|
async,
|
|
test-framework,
|
|
test-framework-hunit,
|