Increase upper bound on dhall dependency

This commit is contained in:
Gabriel Gonzalez 2017-10-10 11:45:09 -07:00
parent 8081a14d41
commit 1028f8611b

View File

@ -30,7 +30,7 @@ Library
base >= 4.8.0.0 && < 5 ,
containers < 0.6 ,
data-fix < 0.1 ,
dhall >= 1.5.0 && < 1.7 ,
dhall >= 1.5.0 && < 1.8 ,
hnix >= 0.3.4 && < 0.4 ,
neat-interpolation < 0.4 ,
text >= 0.8.0.0 && < 1.3 ,
@ -44,7 +44,7 @@ Executable dhall-to-nix
Main-Is: Main.hs
Build-Depends:
base >= 4 && < 5 ,
dhall >= 1.5.0 && < 1.7,
dhall >= 1.5.0 && < 1.8,
dhall-nix ,
hnix >= 0.3.4 && < 0.4,
optparse-generic >= 1.1.1 && < 1.3,