monad-products 0.2.0.2 → 0.2.1
raw patch · 1 files changed
+5/−5 lines, 1 filesdep ~semigroupoidsPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: semigroupoids
API changes (from Hackage documentation)
Files
- monad-products.cabal +5/−5
monad-products.cabal view
@@ -1,6 +1,6 @@ name: monad-products category: Control, Monads-version: 0.2.0.2+version: 0.2.1 license: BSD3 cabal-version: >= 1.6 license-file: LICENSE@@ -18,11 +18,11 @@ location: git://github.com/ekmett/monad-products.git library- build-depends: - base >= 4 && < 5,- semigroupoids >= 1.2.6.1 && < 1.3.0+ build-depends:+ base >= 4 && < 5,+ semigroupoids >= 1.3 && < 1.4 exposed-modules: Control.Monad.Product - ghc-options: -Wall + ghc-options: -Wall