streams 0.3 → 0.3.1
raw patch · 1 files changed
+4/−3 lines, 1 filesdep +distributivedep ~comonaddep ~functor-apply
Dependencies added: distributive
Dependency ranges changed: comonad, functor-apply
Files
- streams.cabal +4/−3
streams.cabal view
@@ -1,6 +1,6 @@ name: streams category: Control, Comonads-version: 0.3+version: 0.3.1 license: BSD3 cabal-version: >= 1.6 license-file: LICENSE@@ -74,8 +74,9 @@ library build-depends: base >= 4 && < 4.4,- comonad >= 0.6.2.1 && < 0.7,- functor-apply >= 0.7.4 && < 0.8,+ comonad >= 0.7 && < 0.8,+ distributive >= 0.1 && < 0.2,+ functor-apply >= 0.7.4.1 && < 0.8, semigroups >= 0.3.2 && < 0.4 extensions: CPP