microlens-platform 0.4.3.2 → 0.4.3.3
raw patch · 1 files changed
+5/−3 lines, 1 filesdep ~textPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: text
API changes (from Hackage documentation)
Files
- microlens-platform.cabal +5/−3
microlens-platform.cabal view
@@ -1,5 +1,5 @@ name: microlens-platform-version: 0.4.3.2+version: 0.4.3.3 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@.@@ -27,8 +27,9 @@ GHC==8.6.5 GHC==8.8.4 GHC==8.10.7- GHC==9.0.1- GHC==9.2.1+ GHC==9.0.2+ GHC==9.2.5+ GHC==9.4.3 source-repository head type: git@@ -56,3 +57,4 @@ hs-source-dirs: src default-language: Haskell2010+ default-extensions: TypeOperators