Relax version bounds to build with ghc 8.2.1

This commit is contained in:
Alberto Valverde 2017-05-26 15:03:05 +02:00
parent cc13d62c8c
commit d067ce3a98
No known key found for this signature in database
GPG key ID: 6D96019C9AB7AC96

View file

@ -51,7 +51,7 @@ library
Servant.Server.Internal.ServantErr Servant.Server.Internal.ServantErr
Servant.Utils.StaticFiles Servant.Utils.StaticFiles
build-depends: build-depends:
base >= 4.7 && < 4.10 base >= 4.7 && < 4.11
, base-compat >= 0.9 && < 0.10 , base-compat >= 0.9 && < 0.10
, aeson >= 0.7 && < 1.3 , aeson >= 0.7 && < 1.3
, attoparsec >= 0.12 && < 0.14 , attoparsec >= 0.12 && < 0.14