about summary refs log tree commit diff
path: root/third_party/bazel/rules_haskell/examples/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/bazel/rules_haskell/examples/BUILD.bazel')
-rw-r--r--third_party/bazel/rules_haskell/examples/BUILD.bazel10
1 files changed, 0 insertions, 10 deletions
diff --git a/third_party/bazel/rules_haskell/examples/BUILD.bazel b/third_party/bazel/rules_haskell/examples/BUILD.bazel
deleted file mode 100644
index ff7445a2f7..0000000000
--- a/third_party/bazel/rules_haskell/examples/BUILD.bazel
+++ /dev/null
@@ -1,10 +0,0 @@
-load(
-    "@io_tweag_rules_haskell//haskell:haskell.bzl",
-    "haskell_toolchain",
-)
-
-haskell_toolchain(
-    name = "ghc",
-    tools = ["@ghc//:bin"],
-    version = "8.6.4",
-)