summaryrefslogtreecommitdiff
path: root/hadrian/src/Settings
diff options
context:
space:
mode:
authorSylvain Henry <sylvain@haskus.fr>2019-02-07 01:02:04 +0100
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-02-10 02:39:23 -0500
commit027017fb33923b106765f5a0a6fc000ebe421d40 (patch)
tree1bacb5c468da3dd624cf43496a94d420a02a851f /hadrian/src/Settings
parent53a870f4a43591f15694701f2de771773ee8b5eb (diff)
downloadhaskell-027017fb33923b106765f5a0a6fc000ebe421d40.tar.gz
Remove ghctags (#16274)
Diffstat (limited to 'hadrian/src/Settings')
-rw-r--r--hadrian/src/Settings/Default.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/hadrian/src/Settings/Default.hs b/hadrian/src/Settings/Default.hs
index e2d7644beb..01fc01430b 100644
--- a/hadrian/src/Settings/Default.hs
+++ b/hadrian/src/Settings/Default.hs
@@ -108,8 +108,8 @@ stage1Packages = do
, stm
, time
, unlit
- , xhtml
- , ghcTags ]
+ , xhtml
+ ]
++ [ haddock | not cross ]
++ [ hpcBin | not cross ]
++ [ iserv | not win, not cross ]