dhall: Support GHC 8.8 (#1324)

This commit is contained in:
Ollie Charles 2019-09-19 15:14:54 +01:00 committed by mergify[bot]
parent 54241f88c7
commit 8ead6012e9

View File

@ -411,13 +411,13 @@ Library
network-uri >= 2.6 && < 2.7 ,
optparse-applicative >= 0.14.0.0 && < 0.16,
parsers >= 0.12.4 && < 0.13,
prettyprinter >= 1.2.0.1 && < 1.3 ,
prettyprinter >= 1.2.0.1 && < 1.4 ,
prettyprinter-ansi-terminal >= 1.1.1 && < 1.2 ,
profunctors >= 3.1.2 && < 5.6 ,
repline >= 0.2.1.0 && < 0.3 ,
serialise >= 0.2.0.0 && < 0.3 ,
scientific >= 0.3.0.0 && < 0.4 ,
template-haskell < 2.15,
template-haskell < 2.16,
text >= 0.11.1.0 && < 1.3 ,
th-lift-instances >= 0.1.13 && < 0.2 ,
transformers >= 0.2.0.0 && < 0.6 ,