packages feed

cabal-lenses 0.4.2 → 0.4.3

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~Cabaldep ~lensPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: Cabal, lens

API changes (from Hackage documentation)

- 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: condTreeComponentsL :: Lens (CondTree v_a7EX c_a7EY a_a7EZ) (CondTree v_ac59 c_a7EY a_a7EZ) [(Condition v_a7EX, CondTree v_a7EX c_a7EY a_a7EZ, Maybe (CondTree v_a7EX c_a7EY a_a7EZ))] [(Condition v_ac59, CondTree v_ac59 c_a7EY a_a7EZ, Maybe (CondTree v_ac59 c_a7EY a_a7EZ))]
- CabalLenses.PackageDescription: condTreeConstraintsL :: Lens' (CondTree v_a7xm c_a7xn a_a7xo) c_a7xn
+ CabalLenses.PackageDescription: condTreeConstraintsL :: Lens' (CondTree v_a7EX c_a7EY a_a7EZ) c_a7EY
- CabalLenses.PackageDescription: condTreeDataL :: Lens' (CondTree v_a7xm c_a7xn a_a7xo) a_a7xo
+ CabalLenses.PackageDescription: condTreeDataL :: Lens' (CondTree v_a7EX c_a7EY a_a7EZ) a_a7EZ

Files

cabal-lenses.cabal view
@@ -1,5 +1,5 @@ name: cabal-lenses-version: 0.4.2+version: 0.4.3 cabal-version: >=1.9.2 build-type: Simple license: BSD3@@ -23,9 +23,9 @@ library     build-depends:         base >=3 && <5,-        lens >=4.0.1 && <4.7,+        lens >=4.0.1 && <4.8,         unordered-containers >=0.2.3.3 && <0.3,-        Cabal >=1.16.0 && <1.21+        Cabal >=1.16.0 && <1.23     exposed-modules:         CabalLenses         CabalLenses.PackageDescription