Add llvm-hs-pretty package

Fix prettyprinter version conflict
This commit is contained in:
2024-12-09 20:09:13 -05:00
parent d558831984
commit 37cf2fe339
4 changed files with 11 additions and 3 deletions

View File

@ -76,10 +76,11 @@ executable windows12
build-depends:
base >= 4.15.1 && < 4.16,
llvm-hs-pure >= 9.0.0 && < 9.1,
llvm-hs-pretty >= 0.9.0 && < 0.10,
megaparsec >= 9.6.1 && < 9.7,
text >= 1.2.5 && < 1.3,
parser-combinators >= 1.3.0 && < 1.4,
prettyprinter >= 1.7.1 && < 1.8,
prettyprinter >= 1.5.1 && < 1.6,
-- Directories containing source files.
hs-source-dirs: src