From 5feee7a11f441e719094aeb790b795ff52897226 Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Sat, 11 Apr 2015 19:20:01 +0200 Subject: [PATCH] Add base 4.8 constrain --- breve.cabal | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/breve.cabal b/breve.cabal index 94d251c..fe1ebe6 100644 --- a/breve.cabal +++ b/breve.cabal @@ -29,7 +29,8 @@ executable breve other-modules: Application, Breve.Common, Breve.Generator, Breve.UrlTable other-extensions: OverloadedStrings - build-depends: base ==4.*, simple, wai, wai-extra, warp, + build-depends: base >=4.8 && <5.0, + simple, wai, wai-extra, warp, aeson, bytestring, binary, transformers, mtl, hashtables, cryptohash, random,