cabal-lenses 0.4.1 → 0.4.2
raw patch · 2 files changed
+4/−4 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_a7xl c_a7xm a_a7xn) (CondTree v_abUJ c_a7xm a_a7xn) [(Condition v_a7xl, CondTree v_a7xl c_a7xm a_a7xn, Maybe (CondTree v_a7xl c_a7xm a_a7xn))] [(Condition v_abUJ, CondTree v_abUJ c_a7xm a_a7xn, Maybe (CondTree v_abUJ c_a7xm a_a7xn))]
+ CabalLenses.PackageDescription: condTreeComponentsL :: Lens (CondTree v_a7xm c_a7xn a_a7xo) (CondTree v_abUL c_a7xn a_a7xo) [(Condition v_a7xm, CondTree v_a7xm c_a7xn a_a7xo, Maybe (CondTree v_a7xm c_a7xn a_a7xo))] [(Condition v_abUL, CondTree v_abUL c_a7xn a_a7xo, Maybe (CondTree v_abUL c_a7xn a_a7xo))]
- CabalLenses.PackageDescription: condTreeConstraintsL :: Lens' (CondTree v_a7xl c_a7xm a_a7xn) c_a7xm
+ CabalLenses.PackageDescription: condTreeConstraintsL :: Lens' (CondTree v_a7xm c_a7xn a_a7xo) c_a7xn
- CabalLenses.PackageDescription: condTreeDataL :: Lens' (CondTree v_a7xl c_a7xm a_a7xn) a_a7xn
+ CabalLenses.PackageDescription: condTreeDataL :: Lens' (CondTree v_a7xm c_a7xn a_a7xo) a_a7xo
Files
- CHANGELOG +2/−2
- cabal-lenses.cabal +2/−2
CHANGELOG view
@@ -1,3 +1,3 @@-0.3.1, 0.4.1-------------+0.3.1, 0.4.1, 0.4.2+------------------- * Raise upper bounds of dependencies
cabal-lenses.cabal view
@@ -1,5 +1,5 @@ name: cabal-lenses-version: 0.4.1+version: 0.4.2 cabal-version: >=1.9.2 build-type: Simple license: BSD3@@ -23,7 +23,7 @@ library build-depends: base >=3 && <5,- lens >=4.0.1 && <4.6,+ lens >=4.0.1 && <4.7, unordered-containers >=0.2.3.3 && <0.3, Cabal >=1.16.0 && <1.21 exposed-modules: