packages feed

monad-products 3.0 → 3.0.1

raw patch · 3 files changed

+21/−4 lines, 3 filesdep ~semigroupoidsPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: semigroupoids

API changes (from Hackage documentation)

Files

+ .gitignore view
@@ -0,0 +1,13 @@+dist+docs+wiki+TAGS+tags+wip+.DS_Store+.*.swp+.*.swo+*.o+*.hi+*~+*#
+ CHANGELOG.md view
@@ -0,0 +1,4 @@+3.0.1+-----+* Widened `semigroupoids` dependency bounds+
monad-products.cabal view
@@ -1,6 +1,6 @@ name:          monad-products category:      Control, Monads-version:       3.0+version:       3.0.1 license:       BSD3 cabal-version: >= 1.6 license-file:  LICENSE@@ -13,7 +13,7 @@ synopsis:      Haskell 98 monad products description:   Haskell 98 monad products build-type:    Simple-extra-source-files: .travis.yml+extra-source-files: .travis.yml CHANGELOG.md .gitignore  source-repository head   type: git@@ -21,8 +21,8 @@  library   build-depends:-    base          >= 4 && < 5,-    semigroupoids >= 3.0 && < 3.1+    base          >= 4   && < 5,+    semigroupoids >= 3.0 && < 4    exposed-modules:     Control.Monad.Product