From 1065837876bbd3c2857fee90df8419eafcebba4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gr=C3=B6ber?= Date: Thu, 18 May 2017 00:32:19 +0200 Subject: [PATCH] Remove unused hs-src-dirs from spec component --- ghc-mod.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc-mod.cabal b/ghc-mod.cabal index bf630df..575dc80 100644 --- a/ghc-mod.cabal +++ b/ghc-mod.cabal @@ -272,7 +272,7 @@ Test-Suite spec ConstraintKinds, FlexibleContexts, DataKinds, KindSignatures, TypeOperators, ViewPatterns Main-Is: Main.hs - Hs-Source-Dirs: test, ., src, core + Hs-Source-Dirs: test, src Ghc-Options: -Wall -fno-warn-deprecations -threaded Type: exitcode-stdio-1.0 Other-Modules: Paths_ghc_mod