diff options
Diffstat (limited to 'third_party/bazel/rules_haskell/tests/package-id-clash-binary/a/Foo.hs')
-rw-r--r-- | third_party/bazel/rules_haskell/tests/package-id-clash-binary/a/Foo.hs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/third_party/bazel/rules_haskell/tests/package-id-clash-binary/a/Foo.hs b/third_party/bazel/rules_haskell/tests/package-id-clash-binary/a/Foo.hs deleted file mode 100644 index ecac0701a07d..000000000000 --- a/third_party/bazel/rules_haskell/tests/package-id-clash-binary/a/Foo.hs +++ /dev/null @@ -1,3 +0,0 @@ -module Foo where - -x = 2 |