From e71144406670d8d6887edccd087e953d8b78dd2a Mon Sep 17 00:00:00 2001 From: Aadhavan Srinivasan Date: Tue, 10 Jun 2025 09:13:15 -0400 Subject: [PATCH] Add more packages to cabal file --- 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 cbcab70..6b63c48 100644 --- a/md-to-html.cabal +++ b/md-to-html.cabal @@ -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.