Fix cabal file: missing include-dirs for test-suite

pull/8/head
Lennart Spitzner 2020-06-06 14:17:09 +02:00
parent f8d5c529ec
commit 9d0fb2a268
1 changed files with 2 additions and 0 deletions

View File

@ -111,6 +111,8 @@ test-suite tests
main-is: TestMain.hs main-is: TestMain.hs
other-modules: other-modules:
hs-source-dirs: src-tests hs-source-dirs: src-tests
include-dirs:
srcinc
default-extensions: { default-extensions: {
CPP CPP