monad-logger-aeson 0.2.0.1 → 0.2.0.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 +4/−0
- monad-logger-aeson.cabal +3/−3
- package.yaml +3/−3
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Change log +## 0.2.0.2++* Support `text-2.0`+ ## 0.2.0.1 * Relax dependency lower bounds to support GHC 8.8 (@pbrisbin)
monad-logger-aeson.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: monad-logger-aeson-version: 0.2.0.1+version: 0.2.0.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.4 && <0.11.0 , fast-logger >=3.0.2 && <3.2.0 , monad-logger >=0.3.36 && <0.4.0- , text >=1.2.4.0 && <1.3.0.0+ , text >=1.2.4.0 && <1.3.0.0 || >=2.0 && <2.1 , time >=1.9.3 && <1.12.0.0 , unordered-containers >=0.2.10.0 && <0.3.0.0 default-language: Haskell2010@@ -65,7 +65,7 @@ , base >=4.13.0.0 && <5 , monad-logger >=0.3.36 && <0.4.0 , monad-logger-aeson- , text >=1.2.4.0 && <1.3.0.0+ , text >=1.2.4.0 && <1.3.0.0 || >=2.0 && <2.1 default-language: Haskell2010 test-suite monad-logger-aeson-test-suite
package.yaml view
@@ -1,5 +1,5 @@ name: monad-logger-aeson-version: '0.2.0.1'+version: '0.2.0.2' github: "jship/monad-logger-aeson" license: MIT license-file: LICENSE.md@@ -36,7 +36,7 @@ - exceptions >=0.10.4 && <0.11.0 - fast-logger >=3.0.2 && <3.2.0 - monad-logger >=0.3.36 && <0.4.0- - text >=1.2.4.0 && <1.3.0.0+ - text >=1.2.4.0 && <1.3.0.0 || >=2.0 && <2.1 - time >=1.9.3 && <1.12.0.0 - unordered-containers >=0.2.10.0 && <0.3.0.0 source-dirs: library@@ -67,4 +67,4 @@ - base >=4.13.0.0 && <5 - monad-logger >=0.3.36 && <0.4.0 - monad-logger-aeson- - text >=1.2.4.0 && <1.3.0.0+ - text >=1.2.4.0 && <1.3.0.0 || >=2.0 && <2.1