logging-effect 1.2.3 → 1.2.4
raw patch · 2 files changed
+10/−2 lines, 2 filesdep ~exceptions
Dependency ranges changed: exceptions
Files
- Changelog.md +8/−0
- logging-effect.cabal +2/−2
Changelog.md view
@@ -1,3 +1,11 @@+# 1.2.4++## Other Changes++* Increased upper bound of `exceptions`.++---+ # 1.2.3 ## Other Changes
logging-effect.cabal view
@@ -1,5 +1,5 @@ name: logging-effect-version: 1.2.3+version: 1.2.4 synopsis: A mtl-style monad transformer for general purpose & compositional logging homepage: https://github.com/ocharles/logging-effect license: BSD3@@ -19,7 +19,7 @@ , text >=1.2 && <1.3 , time >=1.5 && <1.10 , mtl >= 2.2.1 && <2.3- , exceptions >= 0.8.0.2 && <0.9+ , exceptions >= 0.8.0.2 && <0.10 , free >= 4.12.1 && < 5.1 , stm >= 2.4.4.1 && < 2.5 , stm-delay >= 0.1.1.1 && < 0.2