about summary refs log tree commit diff
path: root/third_party/bazel/rules_haskell/tutorial/tools
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/bazel/rules_haskell/tutorial/tools')
-rw-r--r--third_party/bazel/rules_haskell/tutorial/tools/build_rules/BUILD.bazel0
-rw-r--r--third_party/bazel/rules_haskell/tutorial/tools/build_rules/prelude_bazel5
2 files changed, 0 insertions, 5 deletions
diff --git a/third_party/bazel/rules_haskell/tutorial/tools/build_rules/BUILD.bazel b/third_party/bazel/rules_haskell/tutorial/tools/build_rules/BUILD.bazel
deleted file mode 100644
index e69de29bb2..0000000000
--- a/third_party/bazel/rules_haskell/tutorial/tools/build_rules/BUILD.bazel
+++ /dev/null
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",
-)