diff options
Diffstat (limited to 'hadrian/src/Hadrian/Utilities.hs')
-rw-r--r-- | hadrian/src/Hadrian/Utilities.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hadrian/src/Hadrian/Utilities.hs b/hadrian/src/Hadrian/Utilities.hs index 8c9cfefe81..7419722b3f 100644 --- a/hadrian/src/Hadrian/Utilities.hs +++ b/hadrian/src/Hadrian/Utilities.hs @@ -441,7 +441,7 @@ newtype BuildProgressColour = BuildProgressColour String deriving Typeable -- | By default, Hadrian tries to figure out if the current terminal --- supports colors using this function. The default can be overriden +-- supports colors using this function. The default can be overridden -- by suppling @--[no-]color@. shouldUseColor :: IO Bool shouldUseColor = |