log-utils 0.2.2 → 0.2.2.1
raw patch · 2 files changed
+9/−4 lines, 2 filesdep +log-basedep −log
Dependencies added: log-base
Dependencies removed: log
Files
- CHANGELOG.md +3/−0
- log-utils.cabal +6/−4
CHANGELOG.md view
@@ -1,3 +1,6 @@+# log-utils 0.2.2.1+* Depend on 'log-base' instead of 'log'.+ # log-utils 0.2.2 * upgrade to log-0.5.4
log-utils.cabal view
@@ -1,5 +1,5 @@ name: log-utils-version: 0.2.2+version: 0.2.2.1 synopsis: Utils for working with logs description: Two utilities for working with logs: log-server and log-fetcher.@@ -7,7 +7,9 @@ license: BSD3 license-file: LICENSE author: Scrive AB-maintainer: Andrzej Rybczak <andrzej@scrive.com>+maintainer: Andrzej Rybczak <andrzej@rybczak.net>,+ Jonathan Jouty <jonathan@scrive.com>,+ Mikhail Glushenkov <mikhail@scrive.com> copyright: Scrive AB category: Data build-type: Simple@@ -38,7 +40,7 @@ , invariant , kontra-config , lifted-base- , log >= 0.5.4+ , log-base >= 0.7 , monad-control , random , text@@ -76,7 +78,7 @@ , hpqtypes >= 1.5 , invariant , lifted-base- , log >= 0.4+ , log-base >= 0.7 , monad-control , random , text