universe 0.4.0.2 → 0.4.0.3
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~comonad-transformersPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: comonad-transformers
API changes (from Hackage documentation)
Files
- universe.cabal +3/−3
universe.cabal view
@@ -1,5 +1,5 @@ name: universe-version: 0.4.0.2+version: 0.4.0.3 synopsis: Classes for types where we know all the values description: Munge finite and recursively enumerable types license: BSD3@@ -16,7 +16,7 @@ source-repository this type: git location: https://github.com/dmwit/universe- tag: 0.4.0.2+ tag: 0.4.0.3 library exposed-modules: Data.Universe,@@ -30,7 +30,7 @@ if impl(ghc >= 7.4) cpp-options: -DDEFAULT_SIGNATURES build-depends: base >=4 && <5 ,- comonad-transformers >=0.1 && <3.1,+ comonad-transformers >=0.1 && <3.2, containers >=0.1 && <1 , keys >=0.1 && <4 , mtl >=1.0 && <2.2,