From db177eaece63d34b04706afc9086e34882a91185 Mon Sep 17 00:00:00 2001 From: Toralf Wittner Date: Fri, 12 Sep 2014 23:25:32 +0200 Subject: [PATCH] Update dependencies. --- tinylog.cabal | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/tinylog.cabal b/tinylog.cabal index 32a5e21..6a031f9 100644 --- a/tinylog.cabal +++ b/tinylog.cabal @@ -1,5 +1,5 @@ name: tinylog -version: 0.10.4 +version: 0.10.5 synopsis: Simplistic logging using fast-logger. author: Toralf Wittner maintainer: Toralf Wittner @@ -36,12 +36,12 @@ library build-depends: base == 4.* - , bytestring >= 0.10.4 && < 0.11 - , auto-update == 0.1.* - , double-conversion >= 0.2 && < 2.1 + , bytestring >= 0.10.4 && < 1.0 + , auto-update >= 0.1 && < 0.2 + , double-conversion >= 0.2 && < 3.0 , fast-logger >= 2.1.4 && < 2.3 - , text >= 0.11 && < 1.2 - , transformers >= 0.3 + , text >= 0.11 && < 2.0 + , transformers >= 0.3 && < 1.0 , unix-time >= 0.1 && < 0.4 benchmark tinylog-bench @@ -53,5 +53,5 @@ benchmark tinylog-bench build-depends: base == 4.* , bytestring - , criterion >= 1.0.0.2 && < 1.1 + , criterion >= 1.0.0.2 && < 2.0 , tinylog -- GitLab