From 252341ea4132abcb6848d4f7d4e9c04d3278ac19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gr=C3=B6ber?= Date: Thu, 21 Aug 2014 00:27:32 +0200 Subject: [PATCH] Fix cabal.sandbox.config.in path in Extra-Source-Files --- ghc-mod.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc-mod.cabal b/ghc-mod.cabal index 09ac837..08707d6 100644 --- a/ghc-mod.cabal +++ b/ghc-mod.cabal @@ -32,7 +32,7 @@ Extra-Source-Files: ChangeLog test/data/.cabal-sandbox/i386-osx-ghc-7.6.3-packages.conf.d/Cabal-1.18.1.3-2b161c6bf77657aa17e1681d83cb051b.conf test/data/broken-cabal/*.cabal test/data/broken-sandbox/*.cabal - test/data/broken-sandbox/cabal.sandbox.config + test/data/broken-cabal/cabal.sandbox.config.in test/data/check-test-subdir/*.cabal test/data/check-test-subdir/src/Check/Test/*.hs test/data/check-test-subdir/test/*.hs