about summary refs log tree commit diff
path: root/third_party/bazel/rules_haskell/tests/ghc/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/bazel/rules_haskell/tests/ghc/BUILD.bazel')
-rw-r--r--third_party/bazel/rules_haskell/tests/ghc/BUILD.bazel3
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/bazel/rules_haskell/tests/ghc/BUILD.bazel b/third_party/bazel/rules_haskell/tests/ghc/BUILD.bazel
new file mode 100644
index 0000000000..345ce4badf
--- /dev/null
+++ b/third_party/bazel/rules_haskell/tests/ghc/BUILD.bazel
@@ -0,0 +1,3 @@
+load("//tests/ghc:ghc.bzl", "ghc_help")
+
+ghc_help(name = "ghc_help")