diff options
author | Ben Gamari <ben@smart-cactus.org> | 2021-10-01 21:11:30 +0000 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2021-10-05 20:19:36 -0400 |
commit | eaffb24c043a1f21027260cc08ab1331267aabe8 (patch) | |
tree | 37d208075f5d94e4c5ae7a30fcd93790f845fc47 | |
parent | 8c277d28867963c748d6305dea6a8e1c3d080f3a (diff) | |
download | haskell-wip/T19339.tar.gz |
hadrian: Fix incorrect ticket referencewip/T19339
This was supposed to refer to #20253.
-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") |