packages feed

monad-journal 0.2.4 → 0.3

raw patch · 1 files changed

+7/−7 lines, 1 filesdep ~mtlPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: mtl

API changes (from Hackage documentation)

Files

monad-journal.cabal view
@@ -1,6 +1,6 @@ name:                monad-journal license:             PublicDomain-version:             0.2.4+version:             0.3 synopsis:            Pure logger typeclass and monad transformer description:         This package provides a typeclass for logging in                      pure code, or more generally, in any kind of@@ -27,10 +27,10 @@   exposed-modules:         Control.Monad.Journal                          , Control.Monad.Journal.Class                          , Control.Monad.Trans.Journal-  build-depends:           base              >= 4.5 && < 4.8-                         , mtl               >= 2.1 && < 2.3-                         , transformers      >= 0.3 && < 0.5-                         , either            >= 4.1 && < 4.4-                         , monad-control     >= 0.3 && < 0.4-                         , transformers-base >= 0.4 && < 0.5+  build-depends:           base              >= 4.5   && < 4.8+                         , mtl               >= 2.2.1 && < 2.3+                         , transformers      >= 0.3   && < 0.5+                         , either            >= 4.1   && < 4.4+                         , monad-control     >= 0.3   && < 0.4+                         , transformers-base >= 0.4   && < 0.5   default-language:        Haskell2010