diff options
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.hs | 6 |
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 0c341e6f47d2..000000000000 --- 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 |