We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a48041 commit e0fee9cCopy full SHA for e0fee9c
haskell/repositories.bzl
@@ -47,6 +47,14 @@ def rules_haskell_dependencies():
47
sha256 = "51b5105a760b353773f904d2bbc5e664d0987fbaf22265164de65d43e910d8ac",
48
)
49
50
+ maybe(
51
+ http_archive,
52
+ name = "bazel_features",
53
+ sha256 = "bdc12fcbe6076180d835c9dd5b3685d509966191760a0eb10b276025fcb76158",
54
+ strip_prefix = "bazel_features-1.17.0",
55
+ url = "https://github.com/bazel-contrib/bazel_features/releases/download/v1.17.0/bazel_features-v1.17.0.tar.gz",
56
+ )
57
+
58
maybe(
59
http_archive,
60
name = "rules_cc",
0 commit comments