Commit 7c421ad7 authored by Toralf Wittner's avatar Toralf Wittner
Browse files

Update dependencies

parent 9c994df9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@
-- For example:
--
-- @
-- > g <- new defSettings { bufSize = 1, output = StdOut }
-- > g <- new (setBufSize 1 . setOutput StdOut $ defSettings)
-- > info g $ msg "some text" ~~ "key" .= "value" ~~ "okay" .= True
-- 2014-04-28T21:18:20Z, I, some text, key=value, okay=True
-- >
+4 −4
Original line number Diff line number Diff line
name:                 tinylog
version:              0.10.1
version:              0.10.2
synopsis:             Simplistic logging using fast-logger.
author:               Toralf Wittner
maintainer:           Toralf Wittner <tw@dtex.org>
@@ -37,12 +37,12 @@ library
    build-depends:
          base              == 4.*
        , bytestring        >= 0.10.4 && < 0.11
        , date-cache        >= 0.3    && < 0.4
        , date-cache        == 0.3.*
        , double-conversion == 0.2.*
        , fast-logger       >= 2.1.4  && < 2.2
        , fast-logger       >= 2.1.4  && < 2.3
        , text              >= 0.11   && < 1.2
        , transformers      >= 0.3
        , unix-time         >= 0.1    && < 0.3
        , unix-time         >= 0.1    && < 0.4

benchmark tinylog-bench
    type:             exitcode-stdio-1.0