summaryrefslogtreecommitdiff
path: root/erebos-tester.cabal
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2025-02-27 13:28:22 +0100
committerRoman Smrž <roman.smrz@seznam.cz>2025-02-27 13:28:22 +0100
commit461a67cf2e6bea76dd7ad3e1636b68d061002e0d (patch)
tree9a6c99487d4cde2cc4cd2dbb684b0c53e747674b /erebos-tester.cabal
parent2dc5e5ead7bc3eb908f528e9dea3a6fb8ccb6a93 (diff)
Move ExprType to its own module
Diffstat (limited to 'erebos-tester.cabal')
-rw-r--r--erebos-tester.cabal38
1 files changed, 20 insertions, 18 deletions
diff --git a/erebos-tester.cabal b/erebos-tester.cabal
index 4efdebd..87aa6e2 100644
--- a/erebos-tester.cabal
+++ b/erebos-tester.cabal
@@ -45,24 +45,26 @@ executable erebos-tester
main-is: Main.hs
- other-modules: Config
- GDB
- Network
- Network.Ip
- Output
- Parser
- Parser.Core
- Parser.Expr
- Parser.Statement
- Paths_erebos_tester
- Process
- Run
- Run.Monad
- Test
- Test.Builtins
- Util
- Version
- Version.Git
+ other-modules:
+ Config
+ GDB
+ Network
+ Network.Ip
+ Output
+ Parser
+ Parser.Core
+ Parser.Expr
+ Parser.Statement
+ Paths_erebos_tester
+ Process
+ Run
+ Run.Monad
+ Script.Expr.Class
+ Test
+ Test.Builtins
+ Util
+ Version
+ Version.Git
autogen-modules: Paths_erebos_tester