summaryrefslogtreecommitdiff
path: root/libraries/integer-simple
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/integer-simple
parent66b88dddb3188cc63b4b4f4f065b6548aedfa403 (diff)
downloadhaskell-24b39ce53eedad4cefc30f6786542d2072d1f9b0.tar.gz
Remove OPTIONS_HADDOCK hide in favour for not-home
GHC Trac Issues: #15447
Diffstat (limited to 'libraries/integer-simple')
-rw-r--r--libraries/integer-simple/GHC/Integer/Logarithms/Internals.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/integer-simple/GHC/Integer/Logarithms/Internals.hs b/libraries/integer-simple/GHC/Integer/Logarithms/Internals.hs
index fea7f7941a..f8f2babe6a 100644
--- a/libraries/integer-simple/GHC/Integer/Logarithms/Internals.hs
+++ b/libraries/integer-simple/GHC/Integer/Logarithms/Internals.hs
@@ -1,5 +1,5 @@
{-# LANGUAGE CPP, MagicHash, UnboxedTuples, NoImplicitPrelude #-}
-{-# OPTIONS_HADDOCK hide #-}
+{-# OPTIONS_HADDOCK not-home #-}
#include "MachDeps.h"