summaryrefslogtreecommitdiff
path: root/erebos-tester.cabal
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2022-12-01 22:20:44 +0100
committerRoman Smrž <roman.smrz@seznam.cz>2022-12-04 21:43:49 +0100
commitf71befe4fd893dfce7d126763cacd9069ad728c4 (patch)
treebf5132a5bf985594b600d529302041bf0e1b29b3 /erebos-tester.cabal
parent879946ea2a61cb76354b5c70d2dea0d8cce7cb13 (diff)
Config file lookup and parsing
Diffstat (limited to 'erebos-tester.cabal')
-rw-r--r--erebos-tester.cabal6
1 files changed, 5 insertions, 1 deletions
diff --git a/erebos-tester.cabal b/erebos-tester.cabal
index f7152f5..f869075 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: GDB
+ other-modules: Config
+ GDB
Network
Output
Parser
@@ -57,10 +58,13 @@ executable erebos-tester-core
TypeFamilies
TypeOperators
build-depends: base >=4.13 && <5,
+ bytestring >=0.10 && <0.11,
containers ^>=0.6.2.1,
directory ^>=1.3.6.0,
filepath ^>=1.4.2.1,
generic-deriving >=1.14 && <1.15,
+ Glob >=0.10 && <0.11,
+ HsYAML >=0.2 && <0.3,
lens >=5.0 && <5.2,
megaparsec >=9.0 && <10,
mtl ^>=2.2.2,