Fix `dhall` to build against Stackage `lts-9.0`

This commit is contained in:
Gabriel Gonzalez 2017-08-02 20:05:26 -07:00
parent 333fc1d000
commit 6947b05a9c
2 changed files with 3 additions and 5 deletions

View File

@ -123,7 +123,7 @@ Executable dhall
Build-Depends:
base >= 4 && < 5 ,
dhall ,
optparse-generic >= 1.1.1 && < 1.2,
optparse-generic >= 1.1.1 && < 1.3,
trifecta >= 1.6 && < 1.8,
text >= 0.11.1.0 && < 1.3
GHC-Options: -Wall
@ -146,4 +146,4 @@ Test-Suite test
tasty >= 0.11.2 && < 0.12,
tasty-hunit >= 0.9.2 && < 0.10,
text >= 0.11.1.0 && < 1.3 ,
vector >= 0.11.0.0 && < 0.12
vector >= 0.11.0.0 && < 0.13

View File

@ -1,3 +1 @@
resolver: lts-7.4
extra-deps:
- optparse-generic-1.1.3
resolver: lts-9.0