Skip to content

Commit

Permalink
Set Haddock not-home option
Browse files Browse the repository at this point in the history
  • Loading branch information
chreekat committed Sep 8, 2023
1 parent 40a2227 commit 7ea2958
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Data/Text/Internal/Reverse.hs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
{-# LANGUAGE UnliftedFFITypes #-}
{-# LANGUAGE NoImplicitPrelude #-}

{-# OPTIONS_HADDOCK not-home #-}

-- | Implements 'reverse', using efficient C routines by default.
module Data.Text.Internal.Reverse (reverse) where

Expand Down

0 comments on commit 7ea2958

Please sign in to comment.