microlens-ghc 0.4.14.0 → 0.4.14.1
raw patch · 1 files changed
+5/−3 lines, 1 filesdep ~bytestringPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: bytestring
API changes (from Hackage documentation)
Files
- microlens-ghc.cabal +5/−3
microlens-ghc.cabal view
@@ -1,5 +1,5 @@ name: microlens-ghc-version: 0.4.14.0+version: 0.4.14.1 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>).@@ -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@@ -53,3 +54,4 @@ hs-source-dirs: src default-language: Haskell2010+ default-extensions: TypeOperators