diff options
author | Matthew Pickering <matthewtpickering@gmail.com> | 2022-02-02 16:39:20 +0000 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2022-02-08 05:28:42 -0500 |
commit | bc5cbce61b57f57cadf5c25fa3e60cf34c3b98ea (patch) | |
tree | 36350006a6f06895c8b6e74cd785ed18d5584d58 /hadrian/src/Settings/Default.hs | |
parent | 1a9438594d6d5280dfe43e4e597dd0380963268d (diff) | |
download | haskell-bc5cbce61b57f57cadf5c25fa3e60cf34c3b98ea.tar.gz |
Add notes linter to testsuite
Diffstat (limited to 'hadrian/src/Settings/Default.hs')
-rw-r--r-- | hadrian/src/Settings/Default.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hadrian/src/Settings/Default.hs b/hadrian/src/Settings/Default.hs index 1ce66c3534..36a1ed0d8e 100644 --- a/hadrian/src/Settings/Default.hs +++ b/hadrian/src/Settings/Default.hs @@ -86,6 +86,7 @@ stage0Packages = do , text , transformers , unlit + , noteLinter ] ++ [ terminfo | not windowsHost, not cross ] ++ [ timeout | windowsHost ] |