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