microlens-th 0.4.3.10 → 0.4.3.11
raw patch · 1 files changed
+10/−6 lines, 1 filesnew-uploaderPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- microlens-th.cabal +10/−6
microlens-th.cabal view
@@ -1,5 +1,5 @@ name: microlens-th-version: 0.4.3.10+version: 0.4.3.11 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).@@ -8,7 +8,7 @@ license: BSD3 license-file: LICENSE author: Eric Mertens, Edward Kmett, Artyom Kazak-maintainer: Monadfix <hi@monadfix.com>+maintainer: Steven Fontanella <steven.fontanella@gmail.com> homepage: http://github.com/monadfix/microlens bug-reports: http://github.com/monadfix/microlens/issues category: Data, Lenses@@ -24,8 +24,10 @@ GHC==8.4.4 GHC==8.6.5 GHC==8.8.4- GHC==8.10.3- GHC==9.0.1+ GHC==8.10.7+ GHC==9.0.2+ GHC==9.2.5+ GHC==9.4.3 source-repository head type: git@@ -40,7 +42,7 @@ , microlens >=0.4.0 && <0.5 , containers >=0.5 && <0.7 , transformers- , template-haskell >=2.8 && <2.19+ , template-haskell >=2.8 && <2.20 , th-abstraction >=0.4.1 && <0.5 ghc-options:@@ -50,6 +52,7 @@ hs-source-dirs: src default-language: Haskell2010+ default-extensions: TypeOperators test-suite templates type: exitcode-stdio-1.0@@ -60,4 +63,5 @@ build-depends: base, microlens, microlens-th, tagged - default-language: Haskell2010+ default-language: Haskell2010+ default-extensions: TypeOperators