lens-sop 0.2.0.1 → 0.2.0.2
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~generics-sopPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: generics-sop
API changes (from Hackage documentation)
- Generics.SOP.Lens: glenses :: (Generic a, Code a ~ '[xs], Arrow r, ArrowApply w) => NP (GLens r w a) xs
+ Generics.SOP.Lens: glenses :: forall r w a xs. (Generic a, Code a ~ '[xs], Arrow r, ArrowApply w) => NP (GLens r w a) xs
- Generics.SOP.Lens: np :: (Arrow r, ArrowApply w, SListI xs) => NP (GLens r w (NP I xs)) xs
+ Generics.SOP.Lens: np :: forall r w xs. (Arrow r, ArrowApply w, SListI xs) => NP (GLens r w (NP I xs)) xs
- Generics.SOP.Lens.Named: gnamedLenses :: (Generic a, HasDatatypeInfo a, Code a ~ '[xs], All ctxt xs) => (DatatypeName -> ConstructorName -> LensName) -> [(String, NamedLens a ctxt)]
+ Generics.SOP.Lens.Named: gnamedLenses :: forall a ctxt xs. (Generic a, HasDatatypeInfo a, Code a ~ '[xs], All ctxt xs) => (DatatypeName -> ConstructorName -> LensName) -> [(String, NamedLens a ctxt)]
Files
- lens-sop.cabal +3/−3
lens-sop.cabal view
@@ -1,5 +1,5 @@ name: lens-sop-version: 0.2.0.1+version: 0.2.0.2 synopsis: Computing lenses generically using generics-sop description: This library contains a definition of generalized lenses that are built@@ -20,7 +20,7 @@ category: Generics build-type: Simple cabal-version: >=1.10-tested-with: GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.1+tested-with: GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.1, GHC == 8.0.2, GHC == 8.1.* source-repository head type: git@@ -31,7 +31,7 @@ Generics.SOP.Lens.Named Generics.SOP.Lens.Computed build-depends: base >= 4.6 && < 5,- generics-sop >= 0.2 && < 0.3,+ generics-sop >= 0.2 && < 0.4, fclabels >= 2.0 && < 2.1, transformers >= 0.3 && < 0.6 hs-source-dirs: src