bound-gen 0.1.0.1 → 0.1.0.2
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- bound-gen.cabal +2/−2
bound-gen.cabal view
@@ -1,5 +1,5 @@ name: bound-gen-version: 0.1.0.1+version: 0.1.0.2 synopsis: Unwrap Scope's with globally fresh values description: It's quite common when working with bound to need to unwrap a @Scope@.@@ -19,7 +19,7 @@ location: http://github.com/jozefg/bound-gen library exposed-modules: Bound.Unwrap- build-depends: base >=4.0 && < 5+ build-depends: base >=4.8 && < 5 , bound , monad-gen >= 0.3 , mtl >= 2