From fc599b105fec3882df2af95bf15dbddb6dac961f Mon Sep 17 00:00:00 2001 From: Toralf Wittner Date: Tue, 1 Apr 2014 11:07:26 +0200 Subject: [PATCH] Remove upper-bound from `exceptions`. --- tinylog.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tinylog.cabal b/tinylog.cabal index e7c2a35..4f563fe 100644 --- a/tinylog.cabal +++ b/tinylog.cabal @@ -1,5 +1,5 @@ name: tinylog -version: 0.7 +version: 0.7.1 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.4.* + , exceptions >= 0.4 , fast-logger >= 2.1.4 && < 2.2 , mtl >= 2.1 , text >= 0.11 && < 1.2 -- GitLab