packages feed

logging-effect-extra-handler 1.1.2 → 1.1.3

raw patch · 3 files changed

+9/−5 lines, 3 filesdep ~exceptions

Dependency ranges changed: exceptions

Files

CHANGELOG.md view
@@ -1,5 +1,9 @@ # Change log +## 1.1.3++* Bump upper bound on `exceptions` from 0.9 to 0.10+ ## 1.1.2  * Bump upper bound on `time` from 1.9 to 1.10
logging-effect-extra-handler.cabal view
@@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 571893177a61c01f3c88e5cbcd8aaaa3bebd1c538650e5fe074f20393bb6b7f0+-- hash: bf0f36f138ff9b7821d5b3d1b3229e1f2c3035a691f9f66e1f41ac28b667e2f0  name:           logging-effect-extra-handler-version:        1.1.2+version:        1.1.3 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.9+    , exceptions >=0.8.0.2 && <0.10     , 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.9+  - exceptions >= 0.8.0.2 && <0.10   - 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.2'+version: '1.1.3'