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