about summary refs log tree commit diff
path: root/third_party/bazel/rules_haskell/tests/haddock/LibA/A.hs
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/bazel/rules_haskell/tests/haddock/LibA/A.hs')
-rw-r--r--third_party/bazel/rules_haskell/tests/haddock/LibA/A.hs10
1 files changed, 10 insertions, 0 deletions
diff --git a/third_party/bazel/rules_haskell/tests/haddock/LibA/A.hs b/third_party/bazel/rules_haskell/tests/haddock/LibA/A.hs
new file mode 100644
index 0000000000..3be8dd5aad
--- /dev/null
+++ b/third_party/bazel/rules_haskell/tests/haddock/LibA/A.hs
@@ -0,0 +1,10 @@
+-- | "LibA.A" header
+{-# LANGUAGE TemplateHaskell #-}
+
+module LibA.A where
+
+import Language.Haskell.TH
+
+-- | 'a' doc
+a :: Q Exp
+a = [| 5 |]