aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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