diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/pre-2.0-tests/Hidden.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pre-2.0-tests/Hidden.hs b/tests/pre-2.0-tests/Hidden.hs index ce93558c..e46fc37f 100644 --- a/tests/pre-2.0-tests/Hidden.hs +++ b/tests/pre-2.0-tests/Hidden.hs @@ -1,4 +1,4 @@ -{-# DOC_OPTIONS hide #-} +{-# OPTIONS_HADDOCK hide #-} module Hidden where hidden :: Int -> Int hidden a = a |