Add relevant modules to other-modules section, to get rid of cabal's

warnings
This commit is contained in:
2025-05-09 23:10:34 -05:00
parent b00d79b9aa
commit 4f23592aeb

View File

@@ -56,6 +56,7 @@ common warnings
library library
hs-source-dirs: src hs-source-dirs: src
exposed-modules: MdToHTML exposed-modules: MdToHTML
other-modules: MdToHtmlTest
build-depends: base ^>=4.19.1.0, build-depends: base ^>=4.19.1.0,
HUnit HUnit
@@ -67,7 +68,9 @@ executable md-to-html-runner
main-is: Main.hs main-is: Main.hs
-- Modules included in this executable, other than Main. -- Modules included in this executable, other than Main.
-- other-modules: other-modules:
MdToHTML
MdToHtmlTest
-- LANGUAGE extensions used by modules in this package. -- LANGUAGE extensions used by modules in this package.
-- other-extensions: -- other-extensions: