monad-journal 0.8.0 → 0.8.1
raw patch · 2 files changed
+5/−2 lines, 2 filesdep −eitherPVP ok
version bump matches the API change (PVP)
Dependencies removed: either
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- monad-journal.cabal +1/−2
CHANGELOG.md view
@@ -1,5 +1,9 @@ # CHANGELOG +### 0.8.1++- Removed the `either` dependency. It was not needed anymore!+ ## 0.8.0 - Added support for either-4.5. This support breaks compatibility as we don’t have `EitherT`
monad-journal.cabal view
@@ -1,7 +1,7 @@ name: monad-journal license: BSD3 license-file: LICENSE-version: 0.8.0+version: 0.8.1 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,6 @@ build-depends: base >= 4.5 && < 5.0 , mtl >= 2.1 && < 2.3 , transformers >= 0.3 && < 0.6- , either >= 4.1 && < 4.6 , monad-control >= 0.3 && < 1.1 , transformers-base >= 0.4 && < 0.5