packages feed

haskey-mtl 0.3.0.0 → 0.3.0.1

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~exceptionsPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: exceptions

API changes (from Hackage documentation)

Files

haskey-mtl.cabal view
@@ -1,5 +1,5 @@ name:                haskey-mtl-version:             0.3.0.0+version:             0.3.0.1 synopsis:            A monad transformer supporting Haskey transactions. description:     This library provides a monad transformer supporting Haskey transactions,@@ -25,7 +25,7 @@    build-depends:     base                    >=4.7  && <5,-    exceptions              >=0.8.3 && <0.9,+    exceptions              >=0.8.3 && <0.11,     mtl                     >=2.1  && <3,     transformers            >=0.3  && <1,     haskey-btree            >=0.3 && <0.4,@@ -45,7 +45,7 @@     haskey-btree  >=0.3 && <0.4,     haskey-mtl,     binary        >=0.6 && <0.9 || >0.9 && <1,-    exceptions    >=0.8.3 && <0.9,+    exceptions    >=0.8.3 && <0.11,     lens          >=4.12 && <5,     mtl           >=2.1  && <3,     transformers  >=0.3  && <1,