about summary refs log tree commit diff
path: root/third_party/bazel/rules_haskell/tests/binary-with-plugin/Main.hs
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/bazel/rules_haskell/tests/binary-with-plugin/Main.hs')
-rw-r--r--third_party/bazel/rules_haskell/tests/binary-with-plugin/Main.hs3
1 files changed, 0 insertions, 3 deletions
diff --git a/third_party/bazel/rules_haskell/tests/binary-with-plugin/Main.hs b/third_party/bazel/rules_haskell/tests/binary-with-plugin/Main.hs
deleted file mode 100644
index 2048dbdecd..0000000000
--- a/third_party/bazel/rules_haskell/tests/binary-with-plugin/Main.hs
+++ /dev/null
@@ -1,3 +0,0 @@
-module Main where
-
-main = putStrLn "hello world"