diff options
author | Simon Jakobi <simon.jakobi@gmail.com> | 2022-02-27 23:13:52 +0100 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2022-03-04 12:45:01 -0500 |
commit | c0a392599af6f704de8cc2cd107f7b7600ec7990 (patch) | |
tree | 924171bf81942a5ce8ea98e8ef61154fd58369ec /libraries | |
parent | de56cc7ecf93c7439a6acf76892c08124fe3c64b (diff) | |
download | haskell-c0a392599af6f704de8cc2cd107f7b7600ec7990.tar.gz |
base: Mark GHC.Bits not-home for haddock
Most (all) of the exports are re-exported from
the preferable Data.Bits.
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/base/GHC/Bits.hs | 2 |
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 |