packages feed

monad-journal 0.6.0.2 → 0.7

raw patch · 2 files changed

+6/−2 lines, 2 filesdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,5 +1,9 @@ # CHANGELOG +### 0.7++- Added support for GHC 7.10.+ ### 0.6.0.2  - Fixed compilation error. That was due to the change regarding
monad-journal.cabal view
@@ -1,7 +1,7 @@ name:                monad-journal license:             BSD3 license-file:        LICENSE-version:             0.6.0.2+version:             0.7 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@@ -40,7 +40,7 @@                          , Control.Monad.Journal.Class                          , Control.Monad.Trans.Journal -  build-depends:           base              >= 4.5   && < 4.8+  build-depends:           base              >= 4.5   && < 5.0                          , mtl               >= 2.1   && < 2.3                          , transformers      >= 0.3   && < 0.5                          , either            >= 4.1   && < 4.4