microlens-ghc 0.4.14.2 → 0.4.14.3
raw patch · 2 files changed
+12/−7 lines, 2 filesdep ~containers
Dependency ranges changed: containers
Files
- CHANGELOG.md +6/−2
- microlens-ghc.cabal +6/−5
CHANGELOG.md view
@@ -1,10 +1,14 @@+# 0.4.14.3++* [#180](https://github.com/stevenfontanella/microlens/pull/180) [#181](https://github.com/stevenfontanella/microlens/pull/181) Support GHC 9.10.+ # 0.4.14.2 -* [#171](https://github.com/stevenfontanella/microlens/pull/171) Support bytestring 0.12+* [#171](https://github.com/stevenfontanella/microlens/pull/171) Support bytestring 0.12. # 0.4.14.1 -* [#161](https://github.com/stevenfontanella/microlens/pull/161) Fix GHC 9.4 warning for using `~` without TypeOperators+* [#161](https://github.com/stevenfontanella/microlens/pull/161) Fix GHC 9.4 warning for using `~` without TypeOperators. # 0.4.14
microlens-ghc.cabal view
@@ -1,5 +1,5 @@ name: microlens-ghc-version: 0.4.14.2+version: 0.4.14.3 synopsis: microlens + array, bytestring, containers, transformers description: Use this package instead of <http://hackage.haskell.org/package/microlens microlens> if you don't mind depending on all dependencies here – @Lens.Micro.GHC@ reexports everything from @Lens.Micro@ and additionally provides orphan instances of 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>, <http://hackage.haskell.org/package/transfromers transformers>).@@ -19,9 +19,10 @@ CHANGELOG.md cabal-version: >=1.10 tested-with:- GHC==9.8.1- GHC==9.6.3- GHC==9.4.7+ GHC==9.10.1+ GHC==9.8.2+ GHC==9.6.4+ GHC==9.4.8 GHC==9.2.8 GHC==9.0.2 GHC==8.10.7@@ -44,7 +45,7 @@ build-depends: array >=0.3.0.2 && <0.6 , base >=4.5 && <5 , bytestring >=0.9.2.1 && <0.13- , containers >=0.4.0 && <0.7+ , containers >=0.4.0 && <0.8 , microlens ==0.4.13.* , transformers >=0.2 && <0.7