logging-effect-extra-handler 1.1.3 → 1.1.4
raw patch · 3 files changed
+9/−5 lines, 3 filesdep ~exceptions
Dependency ranges changed: exceptions
Files
- CHANGELOG.md +4/−0
- logging-effect-extra-handler.cabal +3/−3
- package.yaml +2/−2
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Change log +## 1.1.4++* Bump upper bound on `exceptions` from 0.10 to 0.11+ ## 1.1.3 * Bump upper bound on `exceptions` from 0.9 to 0.10
logging-effect-extra-handler.cabal view
@@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: bf0f36f138ff9b7821d5b3d1b3229e1f2c3035a691f9f66e1f41ac28b667e2f0+-- hash: 4c5ba080ccc09cc4138a7cc730d5a906e61e3a14a9e714405d2d04a8c12e3a71 name: logging-effect-extra-handler-version: 1.1.3+version: 1.1.4 synopsis: Handy logging handler combinators description: Handy logging handler combinators. category: Other@@ -33,7 +33,7 @@ ghc-options: -Wall build-depends: base >=4.8 && <4.11- , exceptions >=0.8.0.2 && <0.10+ , exceptions >=0.8.0.2 && <0.11 , logging-effect >=1.1.0 && <1.3 , time >=1.5 && <1.10 , wl-pprint-text >=1.1.0.4 && <1.2
package.yaml view
@@ -60,11 +60,11 @@ github: jship/logging-effect-extra library: dependencies:- - exceptions >= 0.8.0.2 && <0.10+ - exceptions >= 0.8.0.2 && <0.11 - time >=1.5 && <1.10 source-dirs: library license: MIT maintainer: Jason Shipman name: logging-effect-extra-handler synopsis: Handy logging handler combinators-version: '1.1.3'+version: '1.1.4'