summaryrefslogtreecommitdiff
path: root/libraries/ghc-prim
diff options
context:
space:
mode:
authorAdam Sandberg Eriksson <adam@sandbergericsson.se>2018-12-30 20:04:15 +0100
committerBen Gamari <ben@smart-cactus.org>2019-01-06 07:27:09 -0500
commit24b39ce53eedad4cefc30f6786542d2072d1f9b0 (patch)
tree69438cb1192cd5a77b293580d42e6e18f9d7259b /libraries/ghc-prim
parent66b88dddb3188cc63b4b4f4f065b6548aedfa403 (diff)
downloadhaskell-24b39ce53eedad4cefc30f6786542d2072d1f9b0.tar.gz
Remove OPTIONS_HADDOCK hide in favour for not-home
GHC Trac Issues: #15447
Diffstat (limited to 'libraries/ghc-prim')
-rw-r--r--libraries/ghc-prim/GHC/Classes.hs2
-rw-r--r--libraries/ghc-prim/GHC/IntWord64.hs2
2 files changed, 2 insertions, 2 deletions
diff --git a/libraries/ghc-prim/GHC/Classes.hs b/libraries/ghc-prim/GHC/Classes.hs
index 29f1149534..11438838d9 100644
--- a/libraries/ghc-prim/GHC/Classes.hs
+++ b/libraries/ghc-prim/GHC/Classes.hs
@@ -14,7 +14,7 @@
-- -Wno-unused-top-binds is there (I hope) to stop Haddock complaining
-- about the constraint tuples being defined but not used
-{-# OPTIONS_HADDOCK hide #-}
+{-# OPTIONS_HADDOCK not-home #-}
-----------------------------------------------------------------------------
-- |
-- Module : GHC.Classes
diff --git a/libraries/ghc-prim/GHC/IntWord64.hs b/libraries/ghc-prim/GHC/IntWord64.hs
index 35bbfd886f..15a878ccd6 100644
--- a/libraries/ghc-prim/GHC/IntWord64.hs
+++ b/libraries/ghc-prim/GHC/IntWord64.hs
@@ -1,5 +1,5 @@
{-# LANGUAGE CPP, MagicHash, NoImplicitPrelude, UnliftedFFITypes #-}
-{-# OPTIONS_HADDOCK hide #-}
+{-# OPTIONS_HADDOCK not-home #-}
-----------------------------------------------------------------------------
-- |
-- Module : GHC.IntWord64