From 0e17e8e15af08cbd9e927c80b0b04b4d0a669d8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gr=C3=B6ber?= Date: Thu, 17 Jul 2014 16:14:35 +0200 Subject: [PATCH] Add a CPP macro when compiling modules for the test suite --- ghc-mod.cabal | 1 + 1 file changed, 1 insertion(+) diff --git a/ghc-mod.cabal b/ghc-mod.cabal index 228e2d5..0ce7704 100644 --- a/ghc-mod.cabal +++ b/ghc-mod.cabal @@ -197,6 +197,7 @@ Test-Suite spec Build-Depends: Cabal >= 1.18 if impl(ghc < 7.6.0) Build-Depends: executable-path + CPP-Options: -DSPEC=1 Source-Repository head Type: git