[commit: testsuite] ghc-7.6: Fix the safeHaskell tests (460ecad)

Ian Lynagh igloo at earth.li
Fri Jan 18 00:20:57 CET 2013


Repository : ssh://darcs.haskell.org//srv/darcs/testsuite

On branch  : ghc-7.6

http://hackage.haskell.org/trac/ghc/changeset/460ecadb5c0ae051305fa942df10d658755c0cc1

>---------------------------------------------------------------

commit 460ecadb5c0ae051305fa942df10d658755c0cc1
Author: Ian Lynagh <ian at well-typed.com>
Date:   Thu Jan 17 19:29:56 2013 +0000

    Fix the safeHaskell tests

>---------------------------------------------------------------

 tests/safeHaskell/check/pkg01/Makefile |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/safeHaskell/check/pkg01/Makefile b/tests/safeHaskell/check/pkg01/Makefile
index 2651aae..d752438 100644
--- a/tests/safeHaskell/check/pkg01/Makefile
+++ b/tests/safeHaskell/check/pkg01/Makefile
@@ -20,9 +20,9 @@ mkPackageDatabase.%:
 #     Warning: -rtsopts and -with-rtsopts have no effect with -shared.
 # so we filter the flag out
 	pdb.$*/setup configure -v0 --dist pdb.$*/dist --prefix='$(HERE)/pdb.$*/install' --with-compiler='$(TEST_HC)' --ghc-options='$(filter-out -rtsopts,$(TEST_HC_OPTS)) -fpackage-trust -trust base -trust bytestring' --with-hc-pkg='$(GHC_PKG)' --package-db='pdb.$*/local.db' $(PROF)
-	./setup build    -v0 --dist pdb.$*/dist
-	./setup copy     -v0 --dist pdb.$*/dist
-	./setup register -v0 --dist pdb.$*/dist  --inplace
+	pdb.$*/setup build    -v0 --dist pdb.$*/dist
+	pdb.$*/setup copy     -v0 --dist pdb.$*/dist
+	pdb.$*/setup register -v0 --dist pdb.$*/dist  --inplace
 
 # We use the global package database as there's no easy way to tell
 # ghc-pkg (via Cabal) to use one in ., and the global one at least





More information about the ghc-commits mailing list