packages feed

foldl 1.1.3 → 1.1.4

raw patch · 1 files changed

+4/−4 lines, 1 filesdep ~comonadPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: comonad

API changes (from Hackage documentation)

Files

foldl.cabal view
@@ -1,5 +1,5 @@ Name: foldl-Version: 1.1.3+Version: 1.1.4 Cabal-Version: >=1.8.0.2 Build-Type: Simple License: BSD3@@ -28,9 +28,9 @@         text         >= 0.11.2.0 && < 1.3 ,         transformers >= 0.2.0.0  && < 0.5 ,         vector       >= 0.7      && < 0.12,-        containers                  < 0.6,-        profunctors                 < 5.3,-        comonad      == 4.*+        containers                  < 0.6 ,+        profunctors                 < 5.3 ,+        comonad      >= 4.0      && < 6     Exposed-Modules:         Control.Foldl,         Control.Foldl.ByteString,