packages feed

AbortT-transformers 1.0.1 → 1.0.1.1

raw patch · 1 files changed

+6/−6 lines, 1 filesdep ~QuickCheckdep ~test-frameworkdep ~test-framework-hunitPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: QuickCheck, test-framework, test-framework-hunit, test-framework-quickcheck2

API changes (from Hackage documentation)

Files

AbortT-transformers.cabal view
@@ -1,5 +1,5 @@ Name:                AbortT-transformers-Version:             1.0.1+Version:             1.0.1.1 License:             BSD3 License-file:        LICENSE Author:              Gregory Crosswhite@@ -27,10 +27,10 @@     Build-depends:         base >= 3 && < 5,         HUnit == 1.2.*,-        QuickCheck >= 2.4 && < 2.6,-        test-framework == 0.6.*,-        test-framework-hunit == 0.2.*,-        test-framework-quickcheck2 == 0.2.*,+        QuickCheck >= 2.4 && < 2.8,+        test-framework >= 0.6 && < 0.9,+        test-framework-hunit >= 0.2 && < 0.4,+        test-framework-quickcheck2 >= 0.2 && < 0.4,         transformers >= 0.2 && < 0.4  source-repository head@@ -40,4 +40,4 @@ source-repository this   type:                git   location:            git://github.com/gcross/AbortT-transformers.git-  tag:                 1.0.1+  tag:                 1.0.1.1