packages feed

logging-effect-extra-handler 1.1.1 → 1.1.2

raw patch · 3 files changed

+35/−17 lines, 3 filesdep ~time

Dependency ranges changed: time

Files

CHANGELOG.md view
@@ -1,5 +1,9 @@ # Change log +## 1.1.2++* Bump upper bound on `time` from 1.9 to 1.10+ ## 1.1.1  * Update `iso8601PlusHandler` time output to zero-padded, fixed width fraction of second
logging-effect-extra-handler.cabal view
@@ -1,9 +1,11 @@--- This file has been generated from package.yaml by hpack version 0.17.1.+-- This file has been generated from package.yaml by hpack version 0.20.0. -- -- see: https://github.com/sol/hpack+--+-- hash: 571893177a61c01f3c88e5cbcd8aaaa3bebd1c538650e5fe074f20393bb6b7f0  name:           logging-effect-extra-handler-version:        1.1.1+version:        1.1.2 synopsis:       Handy logging handler combinators description:    Handy logging handler combinators. category:       Other@@ -31,12 +33,14 @@   ghc-options: -Wall   build-depends:       base >=4.8 && <4.11-    , logging-effect >= 1.1.0 && <1.3+    , exceptions >=0.8.0.2 && <0.9+    , logging-effect >=1.1.0 && <1.3+    , time >=1.5 && <1.10     , wl-pprint-text >=1.1.0.4 && <1.2-    , exceptions >= 0.8.0.2 && <0.9-    , time >=1.5 && <1.9   exposed-modules:       Control.Monad.Log.Extra.Handler+  other-modules:+      Paths_logging_effect_extra_handler   default-language: Haskell2010  executable iso8601-handler@@ -46,9 +50,11 @@   ghc-options: -Wall -rtsopts -threaded -with-rtsopts=-N   build-depends:       base >=4.8 && <4.11-    , logging-effect >= 1.1.0 && <1.3-    , wl-pprint-text >=1.1.0.4 && <1.2+    , logging-effect >=1.1.0 && <1.3     , logging-effect-extra-handler+    , wl-pprint-text >=1.1.0.4 && <1.2+  other-modules:+      Paths_logging_effect_extra_handler   default-language: Haskell2010  executable iso8601plus-handler@@ -58,9 +64,11 @@   ghc-options: -Wall -rtsopts -threaded -with-rtsopts=-N   build-depends:       base >=4.8 && <4.11-    , logging-effect >= 1.1.0 && <1.3-    , wl-pprint-text >=1.1.0.4 && <1.2+    , logging-effect >=1.1.0 && <1.3     , logging-effect-extra-handler+    , wl-pprint-text >=1.1.0.4 && <1.2+  other-modules:+      Paths_logging_effect_extra_handler   default-language: Haskell2010  executable rfc822-handler@@ -70,9 +78,11 @@   ghc-options: -Wall -rtsopts -threaded -with-rtsopts=-N   build-depends:       base >=4.8 && <4.11-    , logging-effect >= 1.1.0 && <1.3-    , wl-pprint-text >=1.1.0.4 && <1.2+    , logging-effect >=1.1.0 && <1.3     , logging-effect-extra-handler+    , wl-pprint-text >=1.1.0.4 && <1.2+  other-modules:+      Paths_logging_effect_extra_handler   default-language: Haskell2010  executable route-handler@@ -82,9 +92,11 @@   ghc-options: -Wall -rtsopts -threaded -with-rtsopts=-N   build-depends:       base >=4.8 && <4.11-    , logging-effect >= 1.1.0 && <1.3-    , wl-pprint-text >=1.1.0.4 && <1.2+    , logging-effect >=1.1.0 && <1.3     , logging-effect-extra-handler+    , wl-pprint-text >=1.1.0.4 && <1.2+  other-modules:+      Paths_logging_effect_extra_handler   default-language: Haskell2010  executable route-handler-with-iso8601@@ -94,7 +106,9 @@   ghc-options: -Wall -rtsopts -threaded -with-rtsopts=-N   build-depends:       base >=4.8 && <4.11-    , logging-effect >= 1.1.0 && <1.3-    , wl-pprint-text >=1.1.0.4 && <1.2+    , logging-effect >=1.1.0 && <1.3     , logging-effect-extra-handler+    , wl-pprint-text >=1.1.0.4 && <1.2+  other-modules:+      Paths_logging_effect_extra_handler   default-language: Haskell2010
package.yaml view
@@ -61,10 +61,10 @@ library:   dependencies:   - exceptions >= 0.8.0.2 && <0.9-  - time >=1.5 && <1.9+  - 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.1'+version: '1.1.2'