diff options
Diffstat (limited to 'third_party/bazel/rules_haskell/tests/haskell_lint/Bar.hs')
-rw-r--r-- | third_party/bazel/rules_haskell/tests/haskell_lint/Bar.hs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/third_party/bazel/rules_haskell/tests/haskell_lint/Bar.hs b/third_party/bazel/rules_haskell/tests/haskell_lint/Bar.hs deleted file mode 100644 index 18e9583e5ad6..000000000000 --- a/third_party/bazel/rules_haskell/tests/haskell_lint/Bar.hs +++ /dev/null @@ -1,6 +0,0 @@ -module Bar (bar) where - -import Foo (foo) - -bar :: Int -bar = 4 + foo :: Int |