summaryrefslogtreecommitdiff
path: root/erebos-tester.cabal
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2023-01-04 22:12:44 +0100
committerRoman Smrž <roman.smrz@seznam.cz>2023-01-04 22:12:44 +0100
commit0d14a9caaa9f3fee06c55f9e10acf6ce46b3389d (patch)
tree84edd0aceae573670ea7070e35fd1d707f0cd98f /erebos-tester.cabal
parent433c3f0a80784a5e529b9268891ed2fddf0f2627 (diff)
Look for core binary in the directory containing wrapper
Diffstat (limited to 'erebos-tester.cabal')
-rw-r--r--erebos-tester.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/erebos-tester.cabal b/erebos-tester.cabal
index 1819223..3bd3d6c 100644
--- a/erebos-tester.cabal
+++ b/erebos-tester.cabal
@@ -23,6 +23,7 @@ executable erebos-tester
-- other-modules:
-- other-extensions:
build-depends: base >=4.13 && <5,
+ directory >=1.3 && <1.4,
filepath ^>=1.4.2.1,
linux-namespaces ^>=0.1.3,
process ^>=1.6.9,