diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2022-12-01 22:20:44 +0100 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2022-12-04 21:43:49 +0100 |
commit | f71befe4fd893dfce7d126763cacd9069ad728c4 (patch) | |
tree | bf5132a5bf985594b600d529302041bf0e1b29b3 /erebos-tester.cabal | |
parent | 879946ea2a61cb76354b5c70d2dea0d8cce7cb13 (diff) |
Config file lookup and parsing
Diffstat (limited to 'erebos-tester.cabal')
-rw-r--r-- | erebos-tester.cabal | 6 |
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, |