Relax version bounds to build with ghc 8.2.1
This commit is contained in:
parent
cc13d62c8c
commit
d067ce3a98
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ library
|
|||
Servant.Server.Internal.ServantErr
|
||||
Servant.Utils.StaticFiles
|
||||
build-depends:
|
||||
base >= 4.7 && < 4.10
|
||||
base >= 4.7 && < 4.11
|
||||
, base-compat >= 0.9 && < 0.10
|
||||
, aeson >= 0.7 && < 1.3
|
||||
, attoparsec >= 0.12 && < 0.14
|
||||
|
|
Loading…
Reference in a new issue