diff options
author | David Waern <davve@dtek.chalmers.se> | 2008-01-25 16:38:37 +0000 |
---|---|---|
committer | David Waern <davve@dtek.chalmers.se> | 2008-01-25 16:38:37 +0000 |
commit | 9e07731ee2a39e31ab0c0b0ff818a20c282c8adc (patch) | |
tree | 0c1baa5bc7bd9a431be76cd07862e2a5c88e335b /tests | |
parent | c2dbb774b989f8f8a317d6c166fc5faede3e6739 (diff) |
Change Hidden.hs (test) to use OPTIONS_HADDOCK
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 |