Build against ansi-terminal-0.8 (#322)

This commit is contained in:
Gabriel Gonzalez 2018-03-11 07:44:41 -07:00 committed by GitHub
parent 99c6241111
commit 610b877af5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -196,7 +196,7 @@ Executable dhall
Hs-Source-Dirs: dhall
Main-Is: Main.hs
Build-Depends:
ansi-terminal >= 0.6.3.1 && < 0.8 ,
ansi-terminal >= 0.6.3.1 && < 0.9 ,
base >= 4 && < 5 ,
dhall ,
optparse-generic >= 1.1.1 && < 1.4 ,
@ -229,7 +229,7 @@ Executable dhall-format
Main-Is: Main.hs
Build-Depends:
base >= 4 && < 5 ,
ansi-terminal >= 0.6.3.1 && < 0.8 ,
ansi-terminal >= 0.6.3.1 && < 0.9 ,
dhall ,
optparse-generic >= 1.1.1 && < 1.4 ,
prettyprinter >= 1.2.0.1 && < 1.3 ,