packages feed

cabal-lenses 0.4.8 → 0.4.9

raw patch · 1 files changed

+2/−2 lines, 1 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 :: forall v_amJy c_amJz a_amJA v_arn5. Lens (CondTree v_amJy c_amJz a_amJA) (CondTree v_arn5 c_amJz a_amJA) [(Condition v_amJy, CondTree v_amJy c_amJz a_amJA, Maybe (CondTree v_amJy c_amJz a_amJA))] [(Condition v_arn5, CondTree v_arn5 c_amJz a_amJA, Maybe (CondTree v_arn5 c_amJz a_amJA))]
+ CabalLenses.PackageDescription: condTreeComponentsL :: forall v_aoBq c_aoBr a_aoBs v_apVs. Lens (CondTree v_aoBq c_aoBr a_aoBs) (CondTree v_apVs c_aoBr a_aoBs) [(Condition v_aoBq, CondTree v_aoBq c_aoBr a_aoBs, Maybe (CondTree v_aoBq c_aoBr a_aoBs))] [(Condition v_apVs, CondTree v_apVs c_aoBr a_aoBs, Maybe (CondTree v_apVs c_aoBr a_aoBs))]
- CabalLenses.PackageDescription: condTreeConstraintsL :: forall v_amJy c_amJz a_amJA. Lens' (CondTree v_amJy c_amJz a_amJA) c_amJz
+ CabalLenses.PackageDescription: condTreeConstraintsL :: forall v_aoBq c_aoBr a_aoBs. Lens' (CondTree v_aoBq c_aoBr a_aoBs) c_aoBr
- CabalLenses.PackageDescription: condTreeDataL :: forall v_amJy c_amJz a_amJA. Lens' (CondTree v_amJy c_amJz a_amJA) a_amJA
+ CabalLenses.PackageDescription: condTreeDataL :: forall v_aoBq c_aoBr a_aoBs. Lens' (CondTree v_aoBq c_aoBr a_aoBs) a_aoBs

Files

cabal-lenses.cabal view
@@ -1,5 +1,5 @@ name: cabal-lenses-version: 0.4.8+version: 0.4.9 cabal-version: >=1.9.2 build-type: Simple license: BSD3@@ -33,7 +33,7 @@         CabalLenses.Utils     build-depends:         base >=3 && <5,-        lens >=4.0.1 && <4.15,+        lens >=4.0.1 && <4.16,         unordered-containers >=0.2.3.3 && <0.3,         Cabal >=1.16.0 && <1.25,         either >=4.1.1 && <4.5,