about summary refs log tree commit diff
path: root/third_party/bazel/rules_haskell/tests/package-id-clash-binary/Main.hs
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/bazel/rules_haskell/tests/package-id-clash-binary/Main.hs')
-rw-r--r--third_party/bazel/rules_haskell/tests/package-id-clash-binary/Main.hs6
1 files changed, 0 insertions, 6 deletions
diff --git a/third_party/bazel/rules_haskell/tests/package-id-clash-binary/Main.hs b/third_party/bazel/rules_haskell/tests/package-id-clash-binary/Main.hs
deleted file mode 100644
index 0c341e6f47..0000000000
--- a/third_party/bazel/rules_haskell/tests/package-id-clash-binary/Main.hs
+++ /dev/null
@@ -1,6 +0,0 @@
-module Main where
-
-import Foo
-import Baz
-
-main = print $ x + y