lifted-base 0.2.3.1 → 0.2.3.2
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~monad-controlPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: monad-control
API changes (from Hackage documentation)
Files
- lifted-base.cabal +4/−4
lifted-base.cabal view
@@ -1,5 +1,5 @@ Name: lifted-base-Version: 0.2.3.1+Version: 0.2.3.2 Synopsis: lifted IO operations from the base library License: BSD3 License-file: LICENSE@@ -49,7 +49,7 @@ Build-depends: base >= 3 && < 5 , transformers-base >= 0.4 && < 0.5- , monad-control >= 0.3 && < 0.4+ , monad-control >= 0.3 && < 1.1 Include-dirs: include Includes: inlinable.h@@ -67,7 +67,7 @@ , base >= 3 && < 5 , transformers >= 0.4 && < 0.5 , transformers-base >= 0.4 && < 0.5- , monad-control >= 0.3 && < 0.4+ , monad-control >= 0.3 && < 1.1 , HUnit >= 1.2.2 && < 1.3 , test-framework >= 0.2.4 && < 0.9 , test-framework-hunit >= 0.2.4 && < 0.4@@ -90,5 +90,5 @@ , base >= 3 && < 5 , transformers >= 0.2 && < 0.5 , criterion >= 0.5 && < 0.9- , monad-control >= 0.3 && < 0.4+ , monad-control >= 0.3 && < 1.1 , monad-peel >= 0.1 && < 0.2