aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDavid Waern <davve@dtek.chalmers.se>2008-01-25 16:38:37 +0000
committerDavid Waern <davve@dtek.chalmers.se>2008-01-25 16:38:37 +0000
commit9e07731ee2a39e31ab0c0b0ff818a20c282c8adc (patch)
tree0c1baa5bc7bd9a431be76cd07862e2a5c88e335b /tests
parentc2dbb774b989f8f8a317d6c166fc5faede3e6739 (diff)
Change Hidden.hs (test) to use OPTIONS_HADDOCK
Diffstat (limited to 'tests')
-rw-r--r--tests/pre-2.0-tests/Hidden.hs2
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