packages feed

lifted-base 0.1.0.1 → 0.1.0.2

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

lifted-base.cabal view
@@ -1,5 +1,5 @@ Name:                lifted-base-Version:             0.1.0.1+Version:             0.1.0.2 Synopsis:            lifted IO operations from the base library License:             BSD3 License-file:        LICENSE@@ -42,7 +42,7 @@                    Control.Concurrent.Lifted                    System.Timeout.Lifted -  Build-depends: base                 >= 3     && < 4.5+  Build-depends: base                 >= 3     && < 4.6                , base-unicode-symbols >= 0.1.1 && < 0.3                , transformers-base    >= 0.4   && < 0.5                , monad-control        >= 0.3   && < 0.4@@ -58,7 +58,7 @@   type:    exitcode-stdio-1.0   main-is: test.hs -  build-depends: base                 >= 3     && < 4.5+  build-depends: base                 >= 3     && < 4.6                , base-unicode-symbols >= 0.1.1 && < 0.3                , transformers         >= 0.2   && < 0.3                , transformers-base    >= 0.4   && < 0.5