cabal: decrease upper bound for base to disallow ghc-8

This commit is contained in:
Sönke Hahn 2016-03-27 17:16:28 +08:00
parent 97168459fd
commit 1920694f62

View File

@ -46,7 +46,7 @@ library
Servant.API.WithNamedContext
Servant.Utils.Links
build-depends:
base >=4.7 && <5
base >= 4.7 && < 4.9
, base-compat >= 0.9
, aeson >= 0.7
, attoparsec >= 0.12