universe 0.4.0.1 → 0.4.0.2
raw patch · 1 files changed
+5/−5 lines, 1 filesdep ~representable-functorsdep ~voidPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: representable-functors, void
API changes (from Hackage documentation)
Files
- universe.cabal +5/−5
universe.cabal view
@@ -1,7 +1,7 @@ name: universe-version: 0.4.0.1+version: 0.4.0.2 synopsis: Classes for types where we know all the values-description: A small package, in the spirit of data-default, which allows the munging of finite and recursively enumerable types+description: Munge finite and recursively enumerable types license: BSD3 license-file: LICENSE author: Daniel Wagner@@ -16,7 +16,7 @@ source-repository this type: git location: https://github.com/dmwit/universe- tag: 0.4.0.1+ tag: 0.4.0.2 library exposed-modules: Data.Universe,@@ -34,6 +34,6 @@ containers >=0.1 && <1 , keys >=0.1 && <4 , mtl >=1.0 && <2.2,- representable-functors >=2.4 && <3.1,+ representable-functors >=2.4 && <3.2, transformers >=0.2 && <0.4,- void >=0.1 && <0.6+ void >=0.1 && <0.7