Add base 4.8 constrain
This commit is contained in:
parent
470e336e0a
commit
5feee7a11f
@ -29,7 +29,8 @@ executable breve
|
|||||||
other-modules: Application, Breve.Common,
|
other-modules: Application, Breve.Common,
|
||||||
Breve.Generator, Breve.UrlTable
|
Breve.Generator, Breve.UrlTable
|
||||||
other-extensions: OverloadedStrings
|
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,
|
aeson, bytestring, binary,
|
||||||
transformers, mtl,
|
transformers, mtl,
|
||||||
hashtables, cryptohash, random,
|
hashtables, cryptohash, random,
|
||||||
|
Loading…
Reference in New Issue
Block a user