From 461a67cf2e6bea76dd7ad3e1636b68d061002e0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Thu, 27 Feb 2025 13:28:22 +0100 Subject: Move ExprType to its own module --- erebos-tester.cabal | 38 ++++++++++++++++++++------------------ 1 file changed, 20 insertions(+), 18 deletions(-) (limited to 'erebos-tester.cabal') 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 -- cgit v1.2.3