packages feed

lens-family-core 2.1.0 → 2.1.2

raw patch · 2 files changed

+8/−3 lines, 2 filesdep ~transformersPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: transformers

API changes (from Hackage documentation)

- Lens.Family: data Constant a (b :: k) :: forall k. () => Type -> k -> Type
- Lens.Family.State.Lazy: data Constant a (b :: k) :: forall k. () => Type -> k -> Type
- Lens.Family.State.Strict: data Constant a (b :: k) :: forall k. () => Type -> k -> Type
- Lens.Family.Stock: data Backwards (f :: k -> Type) (a :: k) :: forall k. () => k -> Type -> k -> Type
+ Lens.Family: data Constant a (b :: k)
+ Lens.Family.State.Lazy: data Constant a (b :: k)
+ Lens.Family.State.Strict: data Constant a (b :: k)
+ Lens.Family.Stock: data Backwards (f :: k -> Type) (a :: k)

Files

CHANGELOG view
@@ -1,3 +1,7 @@+2.1.2 (Changes from 2.1.0)+==========================+* Bump dependency on transformers.+ 2.1.0 (Changes from 2.0.0) ========================== This release makes some minor name changes to functions.
lens-family-core.cabal view
@@ -1,8 +1,8 @@ name:               lens-family-core category:           Data, Lenses-version:            2.1.0+version:            2.1.2 license:            BSD3-cabal-version:      >= 1.6+cabal-version:      >= 1.10 license-file:       LICENSE author:             Russell O'Connor maintainer:         Russell O'Connor <roconnor@theorem.ca>@@ -43,10 +43,11 @@   location: https://hub.darcs.net/roconnor/lens-family  library+  default-language:   Haskell2010   build-depends:     base                 >= 4.11    && < 5,     containers           >= 0.5.8   && < 0.7,-    transformers         >= 0.3.0   && < 0.6+    transformers         >= 0.3.0   && < 0.7    exposed-modules:     Lens.Family.Unchecked