about summary refs log tree commit diff
path: root/third_party/bazel/rules_haskell/tutorial/tools/build_rules/prelude_bazel
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/bazel/rules_haskell/tutorial/tools/build_rules/prelude_bazel')
-rw-r--r--third_party/bazel/rules_haskell/tutorial/tools/build_rules/prelude_bazel5
1 files changed, 0 insertions, 5 deletions
diff --git a/third_party/bazel/rules_haskell/tutorial/tools/build_rules/prelude_bazel b/third_party/bazel/rules_haskell/tutorial/tools/build_rules/prelude_bazel
deleted file mode 100644
index 7d275159b5..0000000000
--- a/third_party/bazel/rules_haskell/tutorial/tools/build_rules/prelude_bazel
+++ /dev/null
@@ -1,5 +0,0 @@
-load("@io_tweag_rules_haskell//haskell:haskell.bzl",
-     "haskell_binary",
-     "haskell_toolchain_library",
-     "haskell_library",
-)