summaryrefslogtreecommitdiff
path: root/ghc
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2022-06-22 13:26:28 +0100
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-07-05 16:32:31 -0400
commitb151b65ec469405dcf25f9358e7e99bcc8c2b3ac (patch)
tree79af62ddd0cc1719a31c862c7dbb50766bfd2b3d /ghc
parent620ee7edc931dc5273dd04880059cc9ec8d41528 (diff)
downloadhaskell-b151b65ec469405dcf25f9358e7e99bcc8c2b3ac.tar.gz
Vendor filepath inside template-haskell
Adding filepath as a dependency of template-haskell means that it can't be reinstalled if any build-plan depends on template-haskell. This is a temporary solution for the 9.4 release. A longer term solution is to split-up the template-haskell package into the wired-in part and a non-wired-in part which can be reinstalled. This was deemed quite risky on the 9.4 release timescale. Fixes #21738
Diffstat (limited to 'ghc')
-rw-r--r--ghc/ghc.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/ghc/ghc.mk b/ghc/ghc.mk
index fcfb61f65a..db5efbec96 100644
--- a/ghc/ghc.mk
+++ b/ghc/ghc.mk
@@ -23,11 +23,6 @@ ghc_stage2_CONFIGURE_OPTS += --flags=internal-interpreter
ghc_stage3_CONFIGURE_OPTS += --flags=internal-interpreter
endif
-# This package doesn't pass the Cabal checks because data-dir
-# points outside the source directory. This isn't a real problem, so
-# we just skip the check.
-ghc_NO_CHECK = YES
-
ghc_stage1_MORE_HC_OPTS = $(GhcStage1HcOpts)
ghc_stage2_MORE_HC_OPTS = $(GhcStage2HcOpts)
ghc_stage3_MORE_HC_OPTS = $(GhcStage3HcOpts)