aboutsummaryrefslogtreecommitdiff
path: root/f2md.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'f2md.cabal')
-rw-r--r--f2md.cabal7
1 files changed, 6 insertions, 1 deletions
diff --git a/f2md.cabal b/f2md.cabal
index 5977e4b..190490b 100644
--- a/f2md.cabal
+++ b/f2md.cabal
@@ -27,7 +27,12 @@ executable f2md
main-is: Main.hs
-- Modules included in this executable, other than Main.
- -- other-modules:
+ other-modules:
+ F2Md.Config
+ F2Md.Export
+ F2Md.Import
+ F2Md.Types
+ F2Md.Utils
-- LANGUAGE extensions used by modules in this package.
-- other-extensions: