diff options
author | Matthew Pickering <matthewtpickering@gmail.com> | 2019-03-10 17:46:00 +0000 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-03-12 09:04:52 -0400 |
commit | bb684e650166bc2f95d53e1582813e6f2ab31121 (patch) | |
tree | b3504ea8bea3722b48e19da8b405621ab846b79b /hadrian | |
parent | 2d7dd0285bbc364f89d4d97928674f7ea73ed2c8 (diff) | |
download | haskell-bb684e650166bc2f95d53e1582813e6f2ab31121.tar.gz |
Remove training whitespace
Diffstat (limited to 'hadrian')
-rw-r--r-- | hadrian/src/Settings/Default.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hadrian/src/Settings/Default.hs b/hadrian/src/Settings/Default.hs index d8008fdaee..f60a11e024 100644 --- a/hadrian/src/Settings/Default.hs +++ b/hadrian/src/Settings/Default.hs @@ -109,7 +109,7 @@ stage1Packages = do , stm , time , unlit - , xhtml + , xhtml ] ++ [ haddock | not cross ] ++ [ hpcBin | not cross ] |