diff options
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.hs | 6 |
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 1bded5e8e55b..000000000000 --- 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 |