summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2021-10-01 21:11:30 +0000
committerBen Gamari <ben@smart-cactus.org>2021-10-05 20:19:36 -0400
commiteaffb24c043a1f21027260cc08ab1331267aabe8 (patch)
tree37d208075f5d94e4c5ae7a30fcd93790f845fc47
parent8c277d28867963c748d6305dea6a8e1c3d080f3a (diff)
downloadhaskell-wip/T19339.tar.gz
hadrian: Fix incorrect ticket referencewip/T19339
This was supposed to refer to #20253.
-rw-r--r--hadrian/src/Rules/BinaryDist.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/hadrian/src/Rules/BinaryDist.hs b/hadrian/src/Rules/BinaryDist.hs
index 743547917c..1887314659 100644
--- a/hadrian/src/Rules/BinaryDist.hs
+++ b/hadrian/src/Rules/BinaryDist.hs
@@ -197,7 +197,7 @@ bindistRules = do
-- The settings file must be regenerated by the bindist installation
-- logic to account for the environment discovered by the bindist
-- configure script on the host. Not on Windows, however, where
- -- we do not ship a configure script with the bindist. See #20254.
+ -- we do not ship a configure script with the bindist. See #20253.
unless windowsHost $
removeFile (bindistFilesDir -/- "lib" -/- "settings")