summaryrefslogtreecommitdiff
path: root/testsuite/tests/hsc2hs/Makefile
diff options
context:
space:
mode:
authorklebinger.andreas@gmx.at <klebinger.andreas@gmx.at>2018-10-22 19:15:35 +0200
committerklebinger.andreas@gmx.at <klebinger.andreas@gmx.at>2018-10-22 19:15:41 +0200
commitfce07c99fa6528e95892604edb73fb975d6a01fc (patch)
tree048da5a8c9a6e6198b05872d14c5729db361beab /testsuite/tests/hsc2hs/Makefile
parent879db5595208fb665ff1a0a2b12b9921d3efae0e (diff)
downloadhaskell-fce07c99fa6528e95892604edb73fb975d6a01fc.tar.gz
Update hsc2hs submodule to work around bug in response file handling.
Summary: This works around #15758 by bumping hsc2hs. The new version includes support for response files independent of the boot compiler. Test Plan: ci, building formerly broken packages Reviewers: bgamari, RyanGlScott, ckoparkar Reviewed By: ckoparkar Subscribers: rwbarton, carter GHC Trac Issues: #15758 Differential Revision: https://phabricator.haskell.org/D5250
Diffstat (limited to 'testsuite/tests/hsc2hs/Makefile')
-rw-r--r--testsuite/tests/hsc2hs/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/tests/hsc2hs/Makefile b/testsuite/tests/hsc2hs/Makefile
index fa668e74ac..b0751f1e50 100644
--- a/testsuite/tests/hsc2hs/Makefile
+++ b/testsuite/tests/hsc2hs/Makefile
@@ -49,3 +49,8 @@ ifeq "$(WINDOWS)" "YES"
else
grep '{-# LINE 1 \"T12504/path/to/$@\.hsc\" #-}' T12504/path/to/$@.hs
endif
+
+.PHONY: T15758
+T15758:
+ '$(HSC2HS)' $@.hsc @T15758.response
+ '$(TEST_HC)' $(TEST_HC_OPTS) -c $@.a.hs