summaryrefslogtreecommitdiff
path: root/erebos-tester.cabal
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2023-04-23 22:07:51 +0200
committerRoman Smrž <roman.smrz@seznam.cz>2023-04-23 22:17:12 +0200
commita9257077712ca52cd5cd82b0de00118fc702fdf6 (patch)
tree40e09e6a3caade672b070f4dcb22ab0f3fe9c49e /erebos-tester.cabal
parent2e9ebc0e64ef2febb61669a8fdec3e84dd4b0c63 (diff)
Split parser into several modules
Diffstat (limited to 'erebos-tester.cabal')
-rw-r--r--erebos-tester.cabal3
1 files changed, 3 insertions, 0 deletions
diff --git a/erebos-tester.cabal b/erebos-tester.cabal
index 992e45e..0078481 100644
--- a/erebos-tester.cabal
+++ b/erebos-tester.cabal
@@ -40,6 +40,9 @@ executable erebos-tester-core
Network.Ip
Output
Parser
+ Parser.Core
+ Parser.Expr
+ Parser.Statement
Paths_erebos_tester
Process
Run