From 9d0fb2a268eb266cece268f24624abed852e5deb Mon Sep 17 00:00:00 2001 From: Lennart Spitzner Date: Sat, 6 Jun 2020 14:17:09 +0200 Subject: [PATCH] Fix cabal file: missing include-dirs for test-suite --- butcher.cabal | 2 ++ 1 file changed, 2 insertions(+) diff --git a/butcher.cabal b/butcher.cabal index f2754c0..443cca3 100644 --- a/butcher.cabal +++ b/butcher.cabal @@ -111,6 +111,8 @@ test-suite tests main-is: TestMain.hs other-modules: hs-source-dirs: src-tests + include-dirs: + srcinc default-extensions: { CPP