log-warper 1.7.0 → 1.7.1
raw patch · 2 files changed
+7/−2 lines, 2 filesdep ~containers
Dependency ranges changed: containers
Files
- CHANGES.md +5/−0
- log-warper.cabal +2/−2
CHANGES.md view
@@ -1,3 +1,8 @@+1.7.1+=====++* Bump `containers` to version `0.5.10`.+ 1.7.0 =====
log-warper.cabal view
@@ -1,5 +1,5 @@ name: log-warper-version: 1.7.0+version: 1.7.1 synopsis: Flexible, configurable, monadic and pretty logging homepage: https://github.com/serokell/log-warper license: MIT@@ -40,7 +40,7 @@ build-depends: aeson >= 0.11.2.1 , ansi-terminal >= 0.6.2.3 , base >= 4.7 && < 5- , containers >= 0.5.7.0+ , containers >= 0.5.10 , deepseq >= 1.2.0.0 , directory >= 1.2.6.2 , dlist >= 0.8.0.2