summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Jakobi <simon.jakobi@gmail.com>2022-02-27 23:13:52 +0100
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-03-04 12:45:01 -0500
commitc0a392599af6f704de8cc2cd107f7b7600ec7990 (patch)
tree924171bf81942a5ce8ea98e8ef61154fd58369ec
parentde56cc7ecf93c7439a6acf76892c08124fe3c64b (diff)
downloadhaskell-c0a392599af6f704de8cc2cd107f7b7600ec7990.tar.gz
base: Mark GHC.Bits not-home for haddock
Most (all) of the exports are re-exported from the preferable Data.Bits.
-rw-r--r--libraries/base/GHC/Bits.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/libraries/base/GHC/Bits.hs b/libraries/base/GHC/Bits.hs
index cdd772d85b..e74e8bb6d0 100644
--- a/libraries/base/GHC/Bits.hs
+++ b/libraries/base/GHC/Bits.hs
@@ -4,6 +4,8 @@
{-# LANGUAGE MagicHash #-}
{-# LANGUAGE Trustworthy #-}
+{-# OPTIONS_HADDOCK not-home #-}
+
-----------------------------------------------------------------------------
-- |
-- Module : GHC.Bits