Add more packages to cabal file

This commit is contained in:
2025-06-10 09:13:15 -04:00
parent 6b99a1835d
commit e711444066

View File

@@ -60,7 +60,9 @@ library
build-depends: base ^>=4.19.1.0,
HUnit,
megaparsec,
text
parser-combinators,
text,
MissingH
executable md-to-html-runner
-- Import common warning flags.