vinyl-utils 0.1.0.0 → 0.1.0.1
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- changelog.md +4/−0
- vinyl-utils.cabal +2/−2
changelog.md view
@@ -1,3 +1,7 @@+0.1.0.1++* Bumped base to 4.8+ 0.1.0.0 -------
vinyl-utils.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: vinyl-utils-version: 0.1.0.0+version: 0.1.0.1 synopsis: Utilities for vinyl description: Operations on records parametrized with various kinds of functors. license: BSD3@@ -26,7 +26,7 @@ ,Data.Vinyl.Utils.Operator -- other-modules: -- other-extensions: - build-depends: base >=4.7 && <4.8+ build-depends: base >= 4.7 && < 4.9 ,contravariant ,transformers ,vinyl >= 0.5