diff options
author | Ian Lynagh <igloo@earth.li> | 2009-04-10 14:45:02 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2009-04-10 14:45:02 +0000 |
commit | f673f9cc55707cac9a9e1db0993c638184298816 (patch) | |
tree | 7e422d43a7c37ef82ce07ab8abb4a34c40192103 /testsuite/timeout/Makefile | |
parent | 3eb5711e364985ea4d70c86adcf44f12c7d6aba2 (diff) | |
download | haskell-f673f9cc55707cac9a9e1db0993c638184298816.tar.gz |
Tell Cabal where hsc2hs; fixes trac #3147
Patch from gwright.
Diffstat (limited to 'testsuite/timeout/Makefile')
-rw-r--r-- | testsuite/timeout/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/timeout/Makefile b/testsuite/timeout/Makefile index be7023a8b1..5b6e166040 100644 --- a/testsuite/timeout/Makefile +++ b/testsuite/timeout/Makefile @@ -32,6 +32,7 @@ $(TIMEOUT_PROGRAM): timeout.hs $(TEST_HC) --make Setup ./Setup configure --with-compiler=$(TEST_HC) \ --with-hc-pkg=$(GHC_PKG) \ + --with-hsc2hs=$(HSC2HS) \ $(WITH_GCC) \ --ghc-option=-threaded --prefix=$(PREFIX) ./Setup build |