about summary refs log tree commit diff
path: root/third_party/bazel/rules_haskell/tests/multi_repl/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/bazel/rules_haskell/tests/multi_repl/BUILD.bazel')
-rw-r--r--third_party/bazel/rules_haskell/tests/multi_repl/BUILD.bazel16
1 files changed, 0 insertions, 16 deletions
diff --git a/third_party/bazel/rules_haskell/tests/multi_repl/BUILD.bazel b/third_party/bazel/rules_haskell/tests/multi_repl/BUILD.bazel
deleted file mode 100644
index b2edce37ab..0000000000
--- a/third_party/bazel/rules_haskell/tests/multi_repl/BUILD.bazel
+++ /dev/null
@@ -1,16 +0,0 @@
-load(
-    "@io_tweag_rules_haskell//haskell:haskell.bzl",
-    "haskell_repl",
-)
-
-haskell_repl(
-    name = "c_only_repl",
-    # To only load :c by source.
-    experimental_from_source = ["//tests/multi_repl/bc:c"],
-    deps = ["//tests/multi_repl/bc:c"],
-)
-
-haskell_repl(
-    name = "c_multi_repl",
-    deps = ["//tests/multi_repl/bc:c"],
-)