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

warnings
master
Aadhavan Srinivasan 1 week ago
parent b00d79b9aa
commit 4f23592aeb

@ -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:

Loading…
Cancel
Save