microlens-ghc 0.1.0.0 → 0.1.0.1
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~microlensPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: microlens
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- microlens-ghc.cabal +2/−2
CHANGELOG.md view
@@ -1,3 +1,7 @@+# 0.1.0.1++* Bumped microlens version.+ # 0.1.0.0 Initial release.
microlens-ghc.cabal view
@@ -1,5 +1,5 @@ name: microlens-ghc-version: 0.1.0.0+version: 0.1.0.1 synopsis: Orphan instances of microlens classes for packages coming with GHC (array, bytestring, containers) description: Orphan instances of <http://hackage.haskell.org/package/microlens microlens> classes for packages coming with GHC (<http://hackage.haskell.org/package/array array>, <http://hackage.haskell.org/package/bytestring bytestring>, <http://hackage.haskell.org/package/containers containers>).@@ -24,7 +24,7 @@ -- other-modules: -- other-extensions: build-depends: base >=4.5 && <5- , microlens >=0.1.5 && <0.2+ , microlens >=0.1.5 && <0.3 , array >=0.3.0.2 && <0.6 , bytestring >=0.9.1.10 && <0.11 , containers >=0.4.0 && <0.6