cabal: decrease upper bound for base to disallow ghc-8
This commit is contained in:
parent
97168459fd
commit
1920694f62
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ library
|
||||||
Servant.API.WithNamedContext
|
Servant.API.WithNamedContext
|
||||||
Servant.Utils.Links
|
Servant.Utils.Links
|
||||||
build-depends:
|
build-depends:
|
||||||
base >=4.7 && <5
|
base >= 4.7 && < 4.9
|
||||||
, base-compat >= 0.9
|
, base-compat >= 0.9
|
||||||
, aeson >= 0.7
|
, aeson >= 0.7
|
||||||
, attoparsec >= 0.12
|
, attoparsec >= 0.12
|
||||||
|
|
Loading…
Reference in a new issue