Relax version bounds to build with ghc 8.2.1
This commit is contained in:
parent
d067ce3a98
commit
0d1c7883b6
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ library
|
|||
Servant.Utils.Links
|
||||
Servant.Utils.Enter
|
||||
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