summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/Exception.hs
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/base/GHC/Exception.hs
parent66b88dddb3188cc63b4b4f4f065b6548aedfa403 (diff)
downloadhaskell-24b39ce53eedad4cefc30f6786542d2072d1f9b0.tar.gz
Remove OPTIONS_HADDOCK hide in favour for not-home
GHC Trac Issues: #15447
Diffstat (limited to 'libraries/base/GHC/Exception.hs')
-rw-r--r--libraries/base/GHC/Exception.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/GHC/Exception.hs b/libraries/base/GHC/Exception.hs
index 3b32e230e8..cd71891abd 100644
--- a/libraries/base/GHC/Exception.hs
+++ b/libraries/base/GHC/Exception.hs
@@ -6,7 +6,7 @@
, PatternSynonyms
#-}
{-# LANGUAGE TypeInType #-}
-{-# OPTIONS_HADDOCK hide #-}
+{-# OPTIONS_HADDOCK not-home #-}
-----------------------------------------------------------------------------
-- |