From 4556d3cb689b8ef7c0f433de3c957559613e3429 Mon Sep 17 00:00:00 2001 From: Phil Ruffwind Date: Tue, 17 May 2022 22:05:01 -0700 Subject: [PATCH] Hide Prelude from Haddock Fixes #137. --- System/Directory/Internal.hs | 1 + System/Directory/Internal/Prelude.hs | 1 + 2 files changed, 2 insertions(+) diff --git a/System/Directory/Internal.hs b/System/Directory/Internal.hs index 31659a5b..4ef397ba 100644 --- a/System/Directory/Internal.hs +++ b/System/Directory/Internal.hs @@ -1,4 +1,5 @@ {-# LANGUAGE CPP #-} +{-# OPTIONS_HADDOCK not-home #-} -- | -- Stability: unstable -- Portability: unportable diff --git a/System/Directory/Internal/Prelude.hs b/System/Directory/Internal/Prelude.hs index c5843b03..fccd8bec 100644 --- a/System/Directory/Internal/Prelude.hs +++ b/System/Directory/Internal/Prelude.hs @@ -1,4 +1,5 @@ {-# LANGUAGE CPP #-} +{-# OPTIONS_HADDOCK hide #-} -- | -- Stability: unstable -- Portability: portable