From 4f23592aeb35d84be47fb8e1dda7beb06a0f0b86 Mon Sep 17 00:00:00 2001 From: Rockingcool Date: Fri, 9 May 2025 23:10:34 -0500 Subject: [PATCH] Add relevant modules to other-modules section, to get rid of cabal's warnings --- md-to-html.cabal | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/md-to-html.cabal b/md-to-html.cabal index f12a362..2916d90 100644 --- a/md-to-html.cabal +++ b/md-to-html.cabal @@ -56,6 +56,7 @@ common warnings library hs-source-dirs: src exposed-modules: MdToHTML + other-modules: MdToHtmlTest build-depends: base ^>=4.19.1.0, HUnit @@ -67,7 +68,9 @@ executable md-to-html-runner main-is: Main.hs -- Modules included in this executable, other than Main. - -- other-modules: + other-modules: + MdToHTML + MdToHtmlTest -- LANGUAGE extensions used by modules in this package. -- other-extensions: