Skip to content

Commit

Permalink
Hide Prelude from Haddock
Browse files Browse the repository at this point in the history
Fixes #137.
  • Loading branch information
Rufflewind committed May 18, 2022
1 parent 01c8ba9 commit 4556d3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions System/Directory/Internal.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{-# LANGUAGE CPP #-}
{-# OPTIONS_HADDOCK not-home #-}
-- |
-- Stability: unstable
-- Portability: unportable
Expand Down
1 change: 1 addition & 0 deletions System/Directory/Internal/Prelude.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{-# LANGUAGE CPP #-}
{-# OPTIONS_HADDOCK hide #-}
-- |
-- Stability: unstable
-- Portability: portable
Expand Down

0 comments on commit 4556d3c

Please sign in to comment.