packages feed

microlens-ghc 0.3.1.0 → 0.4.0.0

raw patch · 2 files changed

+6/−2 lines, 2 filesdep ~microlensPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: microlens

API changes (from Hackage documentation)

- Lens.Micro.GHC: instance c ~ d => Lens.Micro.Internal.Each (Data.Map.Base.Map c a) (Data.Map.Base.Map d b) a b
+ Lens.Micro.GHC: instance (c ~ d) => Lens.Micro.Internal.Each (Data.Map.Base.Map c a) (Data.Map.Base.Map d b) a b

Files

CHANGELOG.md view
@@ -1,3 +1,7 @@+# 0.4.0.0++* New major release (microlens-0.4).+ # 0.3.1.0  * New minor release (microlens-0.3.5).
microlens-ghc.cabal view
@@ -1,5 +1,5 @@ name:                microlens-ghc-version:             0.3.1.0+version:             0.4.0.0 synopsis:            microlens + all features depending on packages coming with GHC (array, bytestring, containers) 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>).@@ -28,7 +28,7 @@   -- other-modules:          -- other-extensions:       build-depends:       base >=4.5 && <5-                     , microlens ==0.3.5.*+                     , microlens ==0.4.0.*                      , array >=0.3.0.2 && <0.6                      , bytestring >=0.9.1.10 && <0.11                      , containers >=0.4.0 && <0.6