AbortT-transformers 1.0.1.2 → 1.0.1.3
raw patch · 1 files changed
+8/−6 lines, 1 filesdep ~HUnitdep ~QuickCheckdep ~transformersPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: HUnit, QuickCheck, transformers
API changes (from Hackage documentation)
Files
AbortT-transformers.cabal view
@@ -1,5 +1,5 @@ Name: AbortT-transformers-Version: 1.0.1.2+Version: 1.0.1.3 License: BSD3 License-file: LICENSE Author: Gregory Crosswhite@@ -9,6 +9,8 @@ Synopsis: A monad and monadic transformer providing "abort" functionality Description: This module provides a monad and a monad transformer that allow the user to abort a monadic computation and immediately return a result. .+ New in version 1.0.1.3: Bumped dependencies.+ . New in version 1.0.1: Added liftCallCC, liftCatch, liftListen, and liftPass, as well as more information to the cabal file. . New in version 1.0.0.1: Bumped the transformers dependencies and updated the maintainer's e-mail address.@@ -18,7 +20,7 @@ Library Build-depends: base >= 3 && < 5,- transformers >= 0.2 && < 0.5+ transformers >= 0.2 && < 0.6 Exposed-modules: Control.Monad.Trans.Abort Test-Suite test@@ -26,12 +28,12 @@ Main-is: test.hs Build-depends: base >= 3 && < 5,- HUnit >= 1.2 && < 1.4,- QuickCheck >= 2.4 && < 2.9,+ HUnit >= 1.2 && < 1.7,+ QuickCheck >= 2.4 && < 2.13, test-framework >= 0.6 && < 0.9, test-framework-hunit >= 0.2 && < 0.4, test-framework-quickcheck2 >= 0.2 && < 0.4,- transformers >= 0.2 && < 0.5+ transformers >= 0.2 && < 0.6 source-repository head type: git@@ -40,4 +42,4 @@ source-repository this type: git location: git://github.com/gcross/AbortT-transformers.git- tag: 1.0.1.1+ tag: 1.1