summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2021-11-22 10:31:26 -0500
committerBen Gamari <ben@smart-cactus.org>2021-11-22 10:32:23 -0500
commit0c8df68e1de411829d8b22b2d499131b303a3c36 (patch)
tree4e946119fe90957694293cca6c96c4feffa95c7f
parentaed98ddaf72cc38fb570d8415cac5de9d8888818 (diff)
downloadhaskell-wip/no-home.tar.gz
compiler: Mark GHC.Prelude as Haddock no-homewip/no-home
This significantly improves Haddock documentation generated by nix.
-rw-r--r--compiler/GHC/Prelude.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/GHC/Prelude.hs b/compiler/GHC/Prelude.hs
index 6a7841c287..f61dad9517 100644
--- a/compiler/GHC/Prelude.hs
+++ b/compiler/GHC/Prelude.hs
@@ -1,4 +1,5 @@
{-# LANGUAGE CPP #-}
+{-# OPTIONS_HADDOCK not-home #-}
-- | Custom GHC "Prelude"
--