about summary refs log tree commit diff
path: root/third_party/bazel/rules_haskell/tests/haddock/Deep.hsc
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/bazel/rules_haskell/tests/haddock/Deep.hsc')
-rw-r--r--third_party/bazel/rules_haskell/tests/haddock/Deep.hsc11
1 files changed, 0 insertions, 11 deletions
diff --git a/third_party/bazel/rules_haskell/tests/haddock/Deep.hsc b/third_party/bazel/rules_haskell/tests/haddock/Deep.hsc
deleted file mode 100644
index 6fb0482a15..0000000000
--- a/third_party/bazel/rules_haskell/tests/haddock/Deep.hsc
+++ /dev/null
@@ -1,11 +0,0 @@
--- | "Deep" doc.
-module Deep (deep_lib) where
-
--- | 'deep_lib' doc.
-
-#if __GLASGOW_HASKELL__ >= 700
-#ifndef _INTERNAL_HSC_DO_NOT_DEFINE_ME
-deep_lib :: Int
-deep_lib = 100
-#endif
-#endif