diff options
Diffstat (limited to 'hadrian/src/Hadrian/Oracles/TextFile.hs')
-rw-r--r-- | hadrian/src/Hadrian/Oracles/TextFile.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hadrian/src/Hadrian/Oracles/TextFile.hs b/hadrian/src/Hadrian/Oracles/TextFile.hs index faf2f561ef..560d5d607a 100644 --- a/hadrian/src/Hadrian/Oracles/TextFile.hs +++ b/hadrian/src/Hadrian/Oracles/TextFile.hs @@ -67,7 +67,7 @@ lookupValuesOrError file key = fromMaybe (error msg) <$> lookupValues file key lookupDependencies :: FilePath -> FilePath -> Action (FilePath, [FilePath]) lookupDependencies depFile file = do let -- .hs needs to come before .hi-boot deps added to fix #14482. - -- This is still a bit fragile: we have no order guaranty from the input + -- This is still a bit fragile: we have no order guarantee from the input -- file. Let's hope we don't have two different .hs source files (e.g. -- one included into the other)... weigh p |