diff options
Diffstat (limited to 'third_party/bazel/rules_haskell/examples/primitive/Setup.hs')
-rw-r--r-- | third_party/bazel/rules_haskell/examples/primitive/Setup.hs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/third_party/bazel/rules_haskell/examples/primitive/Setup.hs b/third_party/bazel/rules_haskell/examples/primitive/Setup.hs deleted file mode 100644 index 200a2e51d0b4..000000000000 --- a/third_party/bazel/rules_haskell/examples/primitive/Setup.hs +++ /dev/null @@ -1,3 +0,0 @@ -import Distribution.Simple -main = defaultMain - |