async 1.3 → 1.4
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- async.cabal +3/−3
async.cabal view
@@ -1,5 +1,5 @@ Name: async-Version: 1.3+Version: 1.4 Copyright: (c) 2004-2011 Peter Simons License: BSD3 License-File: LICENSE@@ -10,7 +10,7 @@ Synopsis: Asynchronous Computations Cabal-Version: >= 1.6 Build-Type: Simple-Tested-With: GHC == 6.12.3, GHC == 7.0.4, GHC == 7.2.1+Tested-With: GHC == 7.0.4, GHC == 7.2.1 Description: An implementation of IO computations that return their value asynchronously.@@ -20,6 +20,6 @@ Location: git://gitorious.org/async/mainline.git Library- Build-Depends: base >= 3 && < 5+ Build-Depends: base >= 4.3 && < 5 Exposed-Modules: Control.Async Ghc-Options: -Wall