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, 3 insertions, 0 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 new file mode 100644 index 000000000000..ecac0701a07d --- /dev/null +++ b/third_party/bazel/rules_haskell/tests/package-id-clash-binary/a/Foo.hs @@ -0,0 +1,3 @@ +module Foo where + +x = 2 |