packages feed

async 2.0.1.1 → 2.0.1.2

raw patch · 1 files changed

+6/−2 lines, 1 filesdep ~stmPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: stm

API changes (from Hackage documentation)

Files

async.cabal view
@@ -22,6 +22,10 @@    threads that are automatically killed when    their parent dies (see 'withAsync').  .+ Changes in 2.0.1.2:+ .+ * Bump @stm@ dependency to 2.4+ .  Changes in 2.0.1.1:  .  * Safe Haskell support: @Control.Concurrent.Async@ is now @Trustworthy@@@ -36,7 +40,7 @@  .  * Added @Concurrently@ (with @Applicative@ and @Alternative@ instances) -version:             2.0.1.1+version:             2.0.1.2 license:             BSD3 license-file:        LICENSE author:              Simon Marlow@@ -58,7 +62,7 @@  library     exposed-modules:     Control.Concurrent.Async-    build-depends:       base >= 4.3 && < 4.6, stm >= 2.2 && < 2.4+    build-depends:       base >= 4.3 && < 4.6, stm >= 2.2 && < 2.5  test-suite test-async     type:       exitcode-stdio-1.0