monad-journal 0.5.0.1 → 0.6
raw patch · 2 files changed
+7/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- monad-journal.cabal +3/−3
CHANGELOG.md view
@@ -1,5 +1,9 @@ # CHANGELOG +### 0.6++- monad-control 1.0.0.1 qualified.+ ### 0.5 - license is now BSD3!;
monad-journal.cabal view
@@ -1,7 +1,7 @@ name: monad-journal-license: BSD3 +license: BSD3 license-file: LICENSE-version: 0.5.0.1+version: 0.6 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@@ -43,7 +43,7 @@ , mtl >= 2.1 && < 2.3 , transformers >= 0.3 && < 0.5 , either >= 4.1 && < 4.4- , monad-control >= 0.3 && < 0.4+ , monad-control >= 0.3 && < 1.1 , transformers-base >= 0.4 && < 0.5 default-language: Haskell2010