diff --git a/src/System/LoggerT.hs b/src/System/LoggerT.hs index ba350a398833d16198a088307e158e267746c8c4..9002eb88f7b8270451b1c2227f162704d856a029 100644 --- a/src/System/LoggerT.hs +++ b/src/System/LoggerT.hs @@ -40,6 +40,7 @@ newtype LoggerT m a = LoggerT , Applicative , Monad , MonadIO + , MonadThrow , MonadCatch , MonadReader Logger , MonadTrans diff --git a/tinylog.cabal b/tinylog.cabal index 28fa0e545eadf742a036c033e78fdf2807821d7b..e7c2a35e0b60f9dbdc061a1b28d40a18fee93789 100644 --- a/tinylog.cabal +++ b/tinylog.cabal @@ -1,5 +1,5 @@ name: tinylog -version: 0.6.2 +version: 0.7 synopsis: Simplistic logging using fast-logger. author: Toralf Wittner maintainer: Toralf Wittner @@ -32,7 +32,7 @@ library base == 4.* , bytestring >= 0.10 , date-cache >= 0.3 - , exceptions == 0.3.* + , exceptions == 0.4.* , fast-logger >= 2.1.4 && < 2.2 , mtl >= 2.1 , text >= 0.11 && < 1.2