summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2021-10-01 21:11:30 +0000
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-10-07 03:40:49 -0400
commit75a766a362629a1b312ba9b95d2c41f91c3b20a5 (patch)
tree174be941475dba77384b5476e6235732fd6fc8fc
parentb041fc6e0e79ef0377151178e83248297e3c89fd (diff)
downloadhaskell-75a766a362629a1b312ba9b95d2c41f91c3b20a5.tar.gz
hadrian: Fix incorrect ticket reference
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")