about summary refs log tree commit diff
path: root/third_party/bazel/rules_haskell/tests/binary-with-import/Main.hs
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/bazel/rules_haskell/tests/binary-with-import/Main.hs')
-rw-r--r--third_party/bazel/rules_haskell/tests/binary-with-import/Main.hs6
1 files changed, 0 insertions, 6 deletions
diff --git a/third_party/bazel/rules_haskell/tests/binary-with-import/Main.hs b/third_party/bazel/rules_haskell/tests/binary-with-import/Main.hs
deleted file mode 100644
index 1bded5e8e5..0000000000
--- a/third_party/bazel/rules_haskell/tests/binary-with-import/Main.hs
+++ /dev/null
@@ -1,6 +0,0 @@
-module Main where
-
-import Lib (printValue)
-
-main :: IO ()
-main = printValue