diff options
author | Ben Gamari <ben@smart-cactus.org> | 2021-10-01 21:11:30 +0000 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-10-07 03:40:49 -0400 |
commit | 75a766a362629a1b312ba9b95d2c41f91c3b20a5 (patch) | |
tree | 174be941475dba77384b5476e6235732fd6fc8fc /hadrian/src/Rules/BinaryDist.hs | |
parent | b041fc6e0e79ef0377151178e83248297e3c89fd (diff) | |
download | haskell-75a766a362629a1b312ba9b95d2c41f91c3b20a5.tar.gz |
hadrian: Fix incorrect ticket reference
This was supposed to refer to #20253.
Diffstat (limited to 'hadrian/src/Rules/BinaryDist.hs')
-rw-r--r-- | hadrian/src/Rules/BinaryDist.hs | 2 |
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") |