diff options
author | Ben Gamari <ben@smart-cactus.org> | 2021-11-22 10:31:26 -0500 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-11-25 05:03:15 -0500 |
commit | cafb1f999401df00941193b004074f258d2af480 (patch) | |
tree | 095ac6c1282b6bb630bd5268dd7fb265fe17c63e /compiler/GHC/Prelude.hs | |
parent | f27a63fe12c60e6d6ec52e286dd0a0980eae206d (diff) | |
download | haskell-cafb1f999401df00941193b004074f258d2af480.tar.gz |
compiler: Mark GHC.Prelude as Haddock no-home
This significantly improves Haddock documentation generated by nix.
Diffstat (limited to 'compiler/GHC/Prelude.hs')
-rw-r--r-- | compiler/GHC/Prelude.hs | 1 |
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" -- |