Loading src/System/Logger/Message.hs +2 −2 Original line number Diff line number Diff line Loading @@ -15,8 +15,8 @@ newtype Msg = Msg empty :: Msg empty = Msg [] set :: ByteString -> Builder set b = const $ Msg [b] value :: ByteString -> Builder value b = const $ Msg [b] msg :: ByteString -> Builder msg p (Msg m) = Msg (p:m) Loading tinylog.cabal +1 −1 Original line number Diff line number Diff line name: tinylog version: 0.2 version: 0.3 synopsis: Simplistic logging using fast-logger. author: Toralf Wittner maintainer: Toralf Wittner <tw@dtex.org> Loading Loading
src/System/Logger/Message.hs +2 −2 Original line number Diff line number Diff line Loading @@ -15,8 +15,8 @@ newtype Msg = Msg empty :: Msg empty = Msg [] set :: ByteString -> Builder set b = const $ Msg [b] value :: ByteString -> Builder value b = const $ Msg [b] msg :: ByteString -> Builder msg p (Msg m) = Msg (p:m) Loading
tinylog.cabal +1 −1 Original line number Diff line number Diff line name: tinylog version: 0.2 version: 0.3 synopsis: Simplistic logging using fast-logger. author: Toralf Wittner maintainer: Toralf Wittner <tw@dtex.org> Loading