diff options
Diffstat (limited to 'third_party/bazel/rules_haskell/tests/binary-with-link-flags/Main.hs')
-rw-r--r-- | third_party/bazel/rules_haskell/tests/binary-with-link-flags/Main.hs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/third_party/bazel/rules_haskell/tests/binary-with-link-flags/Main.hs b/third_party/bazel/rules_haskell/tests/binary-with-link-flags/Main.hs deleted file mode 100644 index de106fe48f9a..000000000000 --- a/third_party/bazel/rules_haskell/tests/binary-with-link-flags/Main.hs +++ /dev/null @@ -1,3 +0,0 @@ -module Main where - -main = return () |