From a11f20be0fadf21cc96164b49305b59ac7445aa2 Mon Sep 17 00:00:00 2001 From: Julien Tanguy Date: Mon, 17 Aug 2015 18:56:12 +0200 Subject: ghc<7.10.1 compat --- hmacaroons.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'hmacaroons.cabal') diff --git a/hmacaroons.cabal b/hmacaroons.cabal index 83b2cd7..85958b9 100644 --- a/hmacaroons.cabal +++ b/hmacaroons.cabal @@ -1,5 +1,5 @@ name: hmacaroons -version: 0.3.0.0 +version: 0.4.0.0 synopsis: Haskell implementation of macaroons description: Hmacaroons is a pure haskell implementation of macaroons. It aims to @@ -58,7 +58,7 @@ library Crypto.Macaroon.Verifier.Internal build-depends: base >=4 && < 5, attoparsec >=0.12, - transformers >= 0.4, + transformers >= 0.3, bytestring >=0.10, base64-bytestring >= 1.0, byteable >= 0.1 && <0.2, @@ -110,4 +110,4 @@ test-suite test tasty-quickcheck >= 0.8, QuickCheck >= 2.8, deepseq >= 1.1, - transformers >= 0.4 + transformers >= 0.3 -- cgit v1.2.3