microlens-th 0.4.3.14 → 0.4.3.15
raw patch · 2 files changed
+21/−17 lines, 2 filesdep ~containersdep ~template-haskelldep ~th-abstraction
Dependency ranges changed: containers, template-haskell, th-abstraction
Files
- CHANGELOG.md +4/−0
- microlens-th.cabal +17/−17
CHANGELOG.md view
@@ -1,3 +1,7 @@+# 0.4.3.15++* [#180](https://github.com/stevenfontanella/microlens/pull/180) [#181](https://github.com/stevenfontanella/microlens/pull/181) Support GHC 9.10.+ # 0.4.3.14 * [#170](https://github.com/stevenfontanella/microlens/issues/170), [#171](https://github.com/stevenfontanella/microlens/pull/171) Support GHC 9.8.
microlens-th.cabal view
@@ -1,5 +1,5 @@ name: microlens-th-version: 0.4.3.14+version: 0.4.3.15 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).@@ -16,20 +16,20 @@ extra-source-files: CHANGELOG.md cabal-version: >=1.10-tested-with: GHC==7.6.3- GHC==7.8.4- GHC==7.10.3- GHC==8.0.2- GHC==8.2.2- GHC==8.4.4- GHC==8.6.5- GHC==8.8.4- GHC==8.10.7- GHC==9.0.2+tested-with:+ GHC==9.10.1+ GHC==9.8.2+ GHC==9.6.4+ GHC==9.4.8 GHC==9.2.8- GHC==9.4.6- GHC==9.6.2- GHC==9.8.0+ GHC==9.0.2+ GHC==8.10.7+ GHC==8.8.4+ GHC==8.6.5+ GHC==8.4.4+ GHC==8.2.2+ GHC==8.0.2+ GHC==7.10.3 source-repository head type: git@@ -42,10 +42,10 @@ -- other-extensions: build-depends: base >=4.5 && <5 , microlens >=0.4.0 && <0.5- , containers >=0.5 && <0.7+ , containers >=0.5 && <0.8 , transformers- , template-haskell >=2.8 && <2.22- , th-abstraction >=0.4.1 && <0.7+ , template-haskell >=2.8 && <2.23+ , th-abstraction >=0.4.1 && <0.8 ghc-options: -Wall -fwarn-tabs