summaryrefslogtreecommitdiff
path: root/prlg.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'prlg.cabal')
-rw-r--r--prlg.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/prlg.cabal b/prlg.cabal
index 0aa52da..797a155 100644
--- a/prlg.cabal
+++ b/prlg.cabal
@@ -25,7 +25,7 @@ executable prlg
main-is: Main.hs
-- Modules included in this executable, other than Main.
- other-modules: Interpreter, Compiler, Parser, Frontend, IR, Operators, Code, Builtins, Env
+ other-modules: Interpreter, Compiler, Parser, Frontend, IR, Operators, Code, Builtins, Env, Load
-- LANGUAGE extensions used by modules in this package.
-- other-extensions: