[commit: ghc] wip/remove-cabal-dep: Fix quoting in previous testsuite updates (c12598a)
git at git.haskell.org
git at git.haskell.org
Fri Aug 29 12:43:14 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/remove-cabal-dep
Link : http://ghc.haskell.org/trac/ghc/changeset/c12598ac234a5d2cd674fef02b84b22d859e3799/ghc
>---------------------------------------------------------------
commit c12598ac234a5d2cd674fef02b84b22d859e3799
Author: Duncan Coutts <duncan at well-typed.com>
Date: Fri Aug 29 13:42:07 2014 +0100
Fix quoting in previous testsuite updates
Thanks to ezyang for spotting.
>---------------------------------------------------------------
c12598ac234a5d2cd674fef02b84b22d859e3799
testsuite/tests/rename/prog006/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testsuite/tests/rename/prog006/Makefile b/testsuite/tests/rename/prog006/Makefile
index e5d35e1..41c33c8 100644
--- a/testsuite/tests/rename/prog006/Makefile
+++ b/testsuite/tests/rename/prog006/Makefile
@@ -37,7 +37,7 @@ rn.prog006:
echo "import-dirs: `./pwd`" >>pkg.conf
echo "exposed-modules: B.C" >>pkg.conf
rm -rf $(LOCAL_PKGCONF)
- $(GHC_PKG) init $(LOCAL_PKGCONF)
+ '$(GHC_PKG)' init $(LOCAL_PKGCONF)
$(LOCAL_GHC_PKG) register pkg.conf -v0
'$(TEST_HC)' $(TEST_HC_OPTS) -c -package-db $(LOCAL_PKGCONF) -package test -fforce-recomp A.hs -i
# The -i clears the search path, so A.hs will find B.C from package test
More information about the ghc-commits
mailing list