aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuchen Pei <hi@ypei.me>2022-05-30 15:18:22 +1000
committerYuchen Pei <hi@ypei.me>2022-05-30 15:18:22 +1000
commit23e71c199f0f6542676d6363b9ae52977a37cc43 (patch)
treea9d5be4d35bbdd49c868c170c70f346087dfa3db
parent88ebd3366f661606138811c1af24364ef5c3a280 (diff)
added other-modules
-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: