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, 0 insertions, 10 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
deleted file mode 100644
index 3be8dd5aad..0000000000
--- a/third_party/bazel/rules_haskell/tests/haddock/LibA/A.hs
+++ /dev/null
@@ -1,10 +0,0 @@
--- | "LibA.A" header
-{-# LANGUAGE TemplateHaskell #-}
-
-module LibA.A where
-
-import Language.Haskell.TH
-
--- | 'a' doc
-a :: Q Exp
-a = [| 5 |]