packages feed

monad-logger-aeson 0.4.1.1 → 0.4.1.2

raw patch · 3 files changed

+10/−6 lines, 3 filesdep ~textPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: text

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,5 +1,9 @@ # Change log +## 0.4.1.2++* Support GHC 9.8 by relaxing upper bound on `text`: 2.1 -> 2.2 (@rickowens)+ ## 0.4.1.1  * Relax upper bound on `bytestring`: 0.12.0.0 -> 0.13.0.0
monad-logger-aeson.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack  name:           monad-logger-aeson-version:        0.4.1.1+version:        0.4.1.2 synopsis:       JSON logging using monad-logger interface description:    @monad-logger-aeson@ provides structured JSON logging using @monad-logger@'s                 interface.@@ -48,7 +48,7 @@     , exceptions >=0.10.0 && <0.11.0     , fast-logger >=2.4.11 && <3.3.0     , monad-logger >=0.3.30 && <0.4.0-    , text >=1.2.3.1 && <1.3.0.0 || >=2.0 && <2.1+    , text >=1.2.3.1 && <1.3.0.0 || >=2.0 && <2.2     , time >=1.8.0.2 && <1.14     , unordered-containers >=0.2.10.0 && <0.3.0.0   default-language: Haskell2010@@ -65,7 +65,7 @@     , base >=4.11.1.0 && <5     , monad-logger >=0.3.30 && <0.4.0     , monad-logger-aeson-    , text >=1.2.3.1 && <1.3.0.0 || >=2.0 && <2.1+    , text >=1.2.3.1 && <1.3.0.0 || >=2.0 && <2.2   default-language: Haskell2010  test-suite monad-logger-aeson-test-suite
package.yaml view
@@ -1,5 +1,5 @@ name: monad-logger-aeson-version: '0.4.1.1'+version: '0.4.1.2' github: "jship/monad-logger-aeson" license: MIT license-file: LICENSE.md@@ -36,7 +36,7 @@   - exceptions >=0.10.0 && <0.11.0   - fast-logger >=2.4.11 && <3.3.0   - monad-logger >=0.3.30 && <0.4.0-  - text >=1.2.3.1 && <1.3.0.0 || >=2.0 && <2.1+  - text >=1.2.3.1 && <1.3.0.0 || >=2.0 && <2.2   - time >=1.8.0.2 && <1.14   - unordered-containers >=0.2.10.0 && <0.3.0.0   source-dirs: library@@ -67,4 +67,4 @@     - base >=4.11.1.0 && <5     - monad-logger >=0.3.30 && <0.4.0     - monad-logger-aeson-    - text >=1.2.3.1 && <1.3.0.0 || >=2.0 && <2.1+    - text >=1.2.3.1 && <1.3.0.0 || >=2.0 && <2.2