aboutsummaryrefslogtreecommitdiff
path: root/tests/html-tests/tests/DeprecatedModule.hs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/html-tests/tests/DeprecatedModule.hs')
-rw-r--r--tests/html-tests/tests/DeprecatedModule.hs5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/html-tests/tests/DeprecatedModule.hs b/tests/html-tests/tests/DeprecatedModule.hs
new file mode 100644
index 00000000..61a09d64
--- /dev/null
+++ b/tests/html-tests/tests/DeprecatedModule.hs
@@ -0,0 +1,5 @@
+-- | Documentation for "DeprecatedModule".
+module DeprecatedModule {-# DEPRECATED "Use Foo instead" #-} where
+
+foo :: Int
+foo = 23