streams 3.0 → 3.0.0.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~distributivePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: distributive
API changes (from Hackage documentation)
Files
- streams.cabal +2/−2
streams.cabal view
@@ -1,6 +1,6 @@ name: streams category: Control, Comonads-version: 3.0+version: 3.0.0.1 license: BSD3 cabal-version: >= 1.6 license-file: LICENSE@@ -83,7 +83,7 @@ build-depends: base >= 4 && < 5, comonad == 3.0.*,- distributive >= 0.2.1 && < 0.3,+ distributive >= 0.2.1 && < 0.4, semigroupoids == 3.0.*, semigroups >= 0.8.3.1 && < 0.9