Include new packages

This commit is contained in:
2025-06-03 11:20:02 -04:00
parent 324e5da82d
commit 2893fa25e6

View File

@@ -58,7 +58,9 @@ library
exposed-modules: MdToHTML
other-modules: MdToHtmlTest
build-depends: base ^>=4.19.1.0,
HUnit
HUnit,
megaparsec,
text
executable md-to-html-runner
-- Import common warning flags.