Add base 4.8 constrain

master 0.0.4
rnhmjoj 2015-04-11 19:20:01 +02:00
parent 470e336e0a
commit 5feee7a11f
1 changed files with 2 additions and 1 deletions

View File

@ -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,