comonad 1.1.1.4 → 1.1.1.5
raw patch · 1 files changed
+5/−5 lines, 1 filesdep ~containersdep ~semigroupsPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: containers, semigroups
API changes (from Hackage documentation)
Files
- comonad.cabal +5/−5
comonad.cabal view
@@ -1,6 +1,6 @@ name: comonad category: Control, Comonads-version: 1.1.1.4+version: 1.1.1.5 license: BSD3 cabal-version: >= 1.6 license-file: LICENSE@@ -22,10 +22,10 @@ other-extensions: CPP build-depends:- base >= 4 && < 5,- transformers >= 0.2 && < 0.4,- containers >= 0.3 && < 0.5,- semigroups >= 0.8.2 && < 0.9+ base >= 4 && < 5,+ transformers >= 0.2 && < 0.4,+ containers >= 0.3 && < 0.6,+ semigroups >= 0.8.3.1 && < 0.9 exposed-modules: Control.Comonad