From c36f6dcca2523f6546466e46e4638efb1f4e2421 Mon Sep 17 00:00:00 2001 From: Toralf Wittner Date: Wed, 26 Mar 2014 11:39:11 +0100 Subject: [PATCH] Update to `exceptions` 0.4.* --- src/System/LoggerT.hs | 1 + tinylog.cabal | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/System/LoggerT.hs b/src/System/LoggerT.hs index ba350a3..9002eb8 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 28fa0e5..e7c2a35 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 -- GitLab