cabal-lenses 0.3 → 0.3.1
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~lensPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: lens
API changes (from Hackage documentation)
- CabalLenses.PackageDescription: condTreeComponentsL :: Lens (CondTree v_a5ZB c_a5ZC a_a5ZD) (CondTree v_a8Br c_a5ZC a_a5ZD) [(Condition v_a5ZB, CondTree v_a5ZB c_a5ZC a_a5ZD, Maybe (CondTree v_a5ZB c_a5ZC a_a5ZD))] [(Condition v_a8Br, CondTree v_a8Br c_a5ZC a_a5ZD, Maybe (CondTree v_a8Br c_a5ZC a_a5ZD))]
+ CabalLenses.PackageDescription: condTreeComponentsL :: Lens (CondTree v_a5JC c_a5JD a_a5JE) (CondTree v_a8mw c_a5JD a_a5JE) [(Condition v_a5JC, CondTree v_a5JC c_a5JD a_a5JE, Maybe (CondTree v_a5JC c_a5JD a_a5JE))] [(Condition v_a8mw, CondTree v_a8mw c_a5JD a_a5JE, Maybe (CondTree v_a8mw c_a5JD a_a5JE))]
- CabalLenses.PackageDescription: condTreeConstraintsL :: Lens' (CondTree v_a5ZB c_a5ZC a_a5ZD) c_a5ZC
+ CabalLenses.PackageDescription: condTreeConstraintsL :: Lens' (CondTree v_a5JC c_a5JD a_a5JE) c_a5JD
- CabalLenses.PackageDescription: condTreeDataL :: Lens' (CondTree v_a5ZB c_a5ZC a_a5ZD) a_a5ZD
+ CabalLenses.PackageDescription: condTreeDataL :: Lens' (CondTree v_a5JC c_a5JD a_a5JE) a_a5JE
Files
- CHANGELOG +3/−0
- cabal-lenses.cabal +3/−2
+ CHANGELOG view
@@ -0,0 +1,3 @@+0.3.1+-----+* Raise upper bounds of dependencies
cabal-lenses.cabal view
@@ -1,5 +1,5 @@ name: cabal-lenses-version: 0.3+version: 0.3.1 cabal-version: >=1.9.2 build-type: Simple license: BSD3@@ -13,6 +13,7 @@ author: Daniel Trstenjak extra-source-files: README.md+ CHANGELOG source-repository head type: git@@ -21,7 +22,7 @@ library build-depends: base >=3 && <5,- lens >=4.0.1 && <4.4,+ lens >=4.0.1 && <4.5, unordered-containers >=0.2.3.3 && <0.3, Cabal >=1.16.0 && <1.21 exposed-modules: