microlens-platform 0.4.3.5 → 0.4.3.6
raw patch · 2 files changed
+11/−6 lines, 2 filesdep ~hashable
Dependency ranges changed: hashable
Files
- CHANGELOG.md +4/−0
- microlens-platform.cabal +7/−6
CHANGELOG.md view
@@ -1,3 +1,7 @@+# 0.4.3.6++* [#182](https://github.com/stevenfontanella/microlens/pull/182) Support GHC 9.12.+ # 0.4.3.5 * [#131](https://github.com/stevenfontanella/microlens/issues/131) Add `At` and `Ixed` instance for `HashSet`.
microlens-platform.cabal view
@@ -1,5 +1,5 @@ name: microlens-platform-version: 0.4.3.5+version: 0.4.3.6 synopsis: microlens + all batteries included (best for apps) description: This package exports a module which is the recommended starting point for using <http://hackage.haskell.org/package/microlens microlens> if you aren't trying to keep your dependencies minimal. By importing @Lens.Micro.Platform@ you get all functions and instances from <http://hackage.haskell.org/package/microlens microlens>, <http://hackage.haskell.org/package/microlens-th microlens-th>, <http://hackage.haskell.org/package/microlens-mtl microlens-mtl>, <http://hackage.haskell.org/package/microlens-ghc microlens-ghc>, as well as instances for @Vector@, @Text@, and @HashMap@.@@ -19,9 +19,11 @@ CHANGELOG.md cabal-version: >=1.10 tested-with:- GHC==9.8.1- GHC==9.6.3- GHC==9.4.7+ GHC==9.12.1+ GHC==9.10.1+ GHC==9.8.4+ GHC==9.6.6+ GHC==9.4.8 GHC==9.2.8 GHC==9.0.2 GHC==8.10.7@@ -30,7 +32,6 @@ GHC==8.4.4 GHC==8.2.2 GHC==8.0.2- GHC==7.10.3 source-repository head type: git@@ -42,7 +43,7 @@ -- other-modules: -- other-extensions: build-depends: base >=4.5 && <5- , hashable >=1.1.2.3 && <1.5+ , hashable >=1.1.2.3 && <1.6 , microlens ==0.4.13.* , microlens-ghc ==0.4.14.* , microlens-mtl ==0.2.0.*