summaryrefslogtreecommitdiff
path: root/hadrian/src/Builder.hs
diff options
context:
space:
mode:
authorAlp Mestanogullari <alpmestan@gmail.com>2019-02-28 15:20:14 +0100
committerBen Gamari <ben@well-typed.com>2019-03-04 10:18:41 -0500
commit22c2713bcc30cea9da7d8b95f3ea99357d1551f7 (patch)
treea94938d22842886530265ddf6f8a7c49261cb954 /hadrian/src/Builder.hs
parente2ae52c34e81123dce9991fad393d96fd7b7af6a (diff)
downloadhaskell-22c2713bcc30cea9da7d8b95f3ea99357d1551f7.tar.gz
Hadrian: track mingw, ship it in bindists, more robust install script
Diffstat (limited to 'hadrian/src/Builder.hs')
-rw-r--r--hadrian/src/Builder.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/hadrian/src/Builder.hs b/hadrian/src/Builder.hs
index 38d21b3fdd..b56f9c1071 100644
--- a/hadrian/src/Builder.hs
+++ b/hadrian/src/Builder.hs
@@ -186,6 +186,10 @@ instance H.Builder Builder where
++ ghcdeps
++ ghcgens
++ [ touchyPath | win ]
+ ++ [ root -/- mingwStamp | win ]
+ -- proxy for the entire mingw toolchain that
+ -- we have in inplace/mingw initially, and then at
+ -- root -/- mingw.
Hsc2Hs stage -> (\p -> [p]) <$> templateHscPath stage
Make dir -> return [dir -/- "Makefile"]