aboutsummaryrefslogtreecommitdiff
path: root/html-test/src/DeprecatedFunction3.hs
diff options
context:
space:
mode:
Diffstat (limited to 'html-test/src/DeprecatedFunction3.hs')
-rw-r--r--html-test/src/DeprecatedFunction3.hs6
1 files changed, 6 insertions, 0 deletions
diff --git a/html-test/src/DeprecatedFunction3.hs b/html-test/src/DeprecatedFunction3.hs
new file mode 100644
index 00000000..ca719bda
--- /dev/null
+++ b/html-test/src/DeprecatedFunction3.hs
@@ -0,0 +1,6 @@
+module DeprecatedFunction3 where
+
+
+
+foo = 23
+{-# DEPRECATED foo "use bar instead" #-}