Increase upper bounds on dhall-json dependencies (#1352)

This commit is contained in:
Gabriel Gonzalez 2019-09-28 09:07:47 -07:00 committed by mergify[bot]
parent 7c91dd5f48
commit afcca0fa14

View File

@ -51,7 +51,7 @@ Library
exceptions >= 0.8.3 && < 0.11,
filepath < 1.5 ,
optparse-applicative >= 0.14.0.0 && < 0.16,
prettyprinter >= 1.2.0.1 && < 1.3 ,
prettyprinter >= 1.2.0.1 && < 1.4 ,
scientific >= 0.3.0.0 && < 0.4 ,
text >= 0.11.1.0 && < 1.3 ,
unordered-containers < 0.3 ,
@ -121,13 +121,13 @@ Executable json-to-dhall
Build-Depends:
base ,
aeson ,
ansi-terminal >= 0.6.3.1 && < 0.10,
ansi-terminal >= 0.6.3.1 && < 0.11,
bytestring < 0.11,
dhall ,
dhall-json ,
exceptions >= 0.8.3 && < 0.11,
optparse-applicative ,
prettyprinter >= 1.2.0.1 && < 1.3 ,
prettyprinter ,
prettyprinter-ansi-terminal >= 1.1.1 && < 1.2 ,
text < 1.3
if !impl(ghc >= 8.0) && !impl(eta >= 0.8.4)
@ -142,13 +142,13 @@ Executable yaml-to-dhall
Build-Depends:
base ,
aeson ,
ansi-terminal >= 0.6.3.1 && < 0.10,
bytestring < 0.11 ,
ansi-terminal >= 0.6.3.1 && < 0.11,
bytestring < 0.11,
dhall ,
dhall-json ,
exceptions >= 0.8.3 && < 0.11 ,
exceptions >= 0.8.3 && < 0.11,
optparse-applicative ,
prettyprinter >= 1.2.0.1 && < 1.3 ,
prettyprinter ,
prettyprinter-ansi-terminal >= 1.1.1 && < 1.2 ,
text < 1.3
if !impl(ghc >= 8.0) && !impl(eta >= 0.8.4)