From 5a04b48210489d5168fbb918862ab3d997b5f77d Mon Sep 17 00:00:00 2001 From: Toralf Wittner Date: Wed, 26 Mar 2014 11:37:25 +0100 Subject: [PATCH] Constrain `exceptions` to 0.3.* --- tinylog.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tinylog.cabal b/tinylog.cabal index 1b797e9..28fa0e5 100644 --- a/tinylog.cabal +++ b/tinylog.cabal @@ -1,5 +1,5 @@ name: tinylog -version: 0.6.1 +version: 0.6.2 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.3.* , fast-logger >= 2.1.4 && < 2.2 , mtl >= 2.1 , text >= 0.11 && < 1.2 -- GitLab