From 2893fa25e6f197b57454af63c369774e4085a221 Mon Sep 17 00:00:00 2001 From: Aadhavan Srinivasan Date: Tue, 3 Jun 2025 11:20:02 -0400 Subject: [PATCH] Include new packages --- md-to-html.cabal | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/md-to-html.cabal b/md-to-html.cabal index 06bdc52..cbcab70 100644 --- a/md-to-html.cabal +++ b/md-to-html.cabal @@ -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.