diff options
author | Yuchen Pei <hi@ypei.me> | 2022-05-30 15:18:22 +1000 |
---|---|---|
committer | Yuchen Pei <hi@ypei.me> | 2022-05-30 15:18:22 +1000 |
commit | 23e71c199f0f6542676d6363b9ae52977a37cc43 (patch) | |
tree | a9d5be4d35bbdd49c868c170c70f346087dfa3db /f2md.cabal | |
parent | 88ebd3366f661606138811c1af24364ef5c3a280 (diff) |
added other-modules
Diffstat (limited to 'f2md.cabal')
-rw-r--r-- | f2md.cabal | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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: |