From 3d849e33bfb72bfd8009476121c9fc798f1f63eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gr=C3=B6ber?= Date: Thu, 12 Jan 2017 17:54:44 +0100 Subject: [PATCH] Fix tests --- ghc-mod.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc-mod.cabal b/ghc-mod.cabal index a595289..d0f28d9 100644 --- a/ghc-mod.cabal +++ b/ghc-mod.cabal @@ -270,7 +270,7 @@ Test-Suite spec ConstraintKinds, FlexibleContexts, DataKinds, KindSignatures, TypeOperators, ViewPatterns Main-Is: Main.hs - Hs-Source-Dirs: test, ., src + Hs-Source-Dirs: test, ., src, core Ghc-Options: -Wall -fno-warn-deprecations -threaded CPP-Options: -DSPEC=1 Type: exitcode-stdio-1.0