async 2.0.1.3 → 2.0.1.4
raw patch · 1 files changed
+6/−2 lines, 1 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- async.cabal +6/−2
async.cabal view
@@ -22,6 +22,10 @@ threads that are automatically killed when their parent dies (see 'withAsync'). .+ Changes in 2.0.1.4:+ .+ * Bump @base@ dependency of test suite+ . Changes in 2.0.1.3: . * Bump @base@ dependency to allow 4.6@@ -44,7 +48,7 @@ . * Added @Concurrently@ (with @Applicative@ and @Alternative@ instances) -version: 2.0.1.3+version: 2.0.1.4 license: BSD3 license-file: LICENSE author: Simon Marlow@@ -72,7 +76,7 @@ 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,