microlens-th 0.4.3.17 → 0.4.3.18
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-th.cabal +2/−2
CHANGELOG.md view
@@ -1,3 +1,7 @@+# 0.4.3.18++* Bump version for microlens 0.5.+ # 0.4.3.17 * Allow building with containers 0.8.
microlens-th.cabal view
@@ -1,5 +1,5 @@ name: microlens-th-version: 0.4.3.17+version: 0.4.3.18 synopsis: Automatic generation of record lenses for microlens description: This package lets you automatically generate lenses for data types; code was extracted from the lens package, and therefore generated lenses are fully compatible with ones generated by lens (and can be used both from lens and microlens).@@ -41,7 +41,7 @@ -- other-modules: -- other-extensions: build-depends: base >=4.5 && <5- , microlens >=0.4.0 && <0.5+ , microlens >=0.5.0 && <0.6 , containers >=0.5 && <0.9 , transformers , template-haskell >=2.8 && <2.24