packages feed

lumberjack 1.0.1.0 → 1.0.2.0

raw patch · 2 files changed

+6/−2 lines, 2 filesdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for lumberjack +## 1.0.2.0 -- 2023-01-03++  * Update for GHC 9.4 (base-4.17-*).+ ## 1.0.1.0 -- 2022-03-09    * Update for GHC 9.2 (base-4.16-*) [thanks to Ryan Scott].
lumberjack.cabal view
@@ -1,6 +1,6 @@ cabal-version:       >=1.10 name:                lumberjack-version:             1.0.1.0+version:             1.0.2.0 synopsis:            Trek through your code forest and make logs description:         This is a logging facility.  Yes, there are many, and this is the one                      with a beard, wearing flannel and boots, that gets the job done.  It's@@ -47,7 +47,7 @@ library   hs-source-dirs:    src   exposed-modules:   Lumberjack-  build-depends:     base          >= 4.11 && <4.17+  build-depends:     base          >= 4.11 && < 4.18                    , contravariant >= 1.5 && < 1.6                    , exceptions                    , mtl