summaryrefslogtreecommitdiff
path: root/erebos-tester.cabal
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2022-04-30 08:37:45 +0200
committerRoman Smrž <roman.smrz@seznam.cz>2022-04-30 08:37:45 +0200
commitcd43896891dc7c6779af0f1d2d8f3f045edc162a (patch)
treeea930aa99205b045141e8812dd0974c99d8394c4 /erebos-tester.cabal
parentcb5677c3d4f5fed1cc0f6cf50236281e1d75838e (diff)
Separate GDB support module
Diffstat (limited to 'erebos-tester.cabal')
-rw-r--r--erebos-tester.cabal3
1 files changed, 2 insertions, 1 deletions
diff --git a/erebos-tester.cabal b/erebos-tester.cabal
index bae7d1e..4964b6f 100644
--- a/erebos-tester.cabal
+++ b/erebos-tester.cabal
@@ -33,7 +33,8 @@ executable erebos-tester
executable erebos-tester-core
ghc-options: -Wall -threaded
main-is: Main.hs
- other-modules: Output
+ other-modules: GDB
+ Output
Parser
Process
Test