Add rules_haskell to downstream projects (#827)
Fixes #235
diff --git a/buildkite/bazelci.py b/buildkite/bazelci.py
index f630335..fa013d8 100755
--- a/buildkite/bazelci.py
+++ b/buildkite/bazelci.py
@@ -292,7 +292,12 @@
"git_repository": "https://github.com/bazelbuild/rules_gwt.git",
"http_config": "https://raw.githubusercontent.com/bazelbuild/rules_gwt/master/.bazelci/presubmit.yml",
"pipeline_slug": "rules-gwt",
- },
+ },
+ "rules_haskell": {
+ "git_repository": "https://github.com/tweag/rules_haskell.git",
+ "http_config": "https://raw.githubusercontent.com/tweag/rules_haskell/master/.bazelci/presubmit.yml",
+ "pipeline_slug": "rules-haskell-haskell",
+ },
"rules_jsonnet": {
"git_repository": "https://github.com/bazelbuild/rules_jsonnet.git",
"http_config": "https://raw.githubusercontent.com/bazelbuild/rules_jsonnet/master/.bazelci/presubmit.yml",