Skip to content

Commit 5aa0658

Browse files
Specify not-home in Data.MonoidMap.Internal.
For the purposes of public API documentation, we want to arrange that haddock will not treat `Data.MonoidMap.Internal` as a home module for functions and types re-exported from `Data.MonoidMap`.
1 parent f8b4295 commit 5aa0658

File tree

1 file changed

+1
-0
lines changed
  • components/monoidmap-internal/Data/MonoidMap

1 file changed

+1
-0
lines changed

components/monoidmap-internal/Data/MonoidMap/Internal.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{-# OPTIONS_GHC -fno-warn-redundant-constraints #-}
22
{-# OPTIONS_GHC -fno-warn-unused-imports #-}
3+
{-# OPTIONS_HADDOCK not-home #-}
34
{- HLINT ignore "Avoid lambda" -}
45
{- HLINT ignore "Avoid lambda using `infix`" -}
56
{- HLINT ignore "Redundant bracket" -}

0 commit comments

Comments
 (0)