From e50081614ae6eab791e92eb3443de7f70f5c0be0 Mon Sep 17 00:00:00 2001 From: Aadhavan Srinivasan Date: Fri, 23 May 2025 19:03:14 -0400 Subject: [PATCH] Removed section from cabal file --- md-to-html.cabal | 4 ---- 1 file changed, 4 deletions(-) diff --git a/md-to-html.cabal b/md-to-html.cabal index 2916d90..06bdc52 100644 --- a/md-to-html.cabal +++ b/md-to-html.cabal @@ -67,10 +67,6 @@ executable md-to-html-runner -- .hs or .lhs file containing the Main module. main-is: Main.hs - -- Modules included in this executable, other than Main. - other-modules: - MdToHTML - MdToHtmlTest -- LANGUAGE extensions used by modules in this package. -- other-extensions: