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 f7e3cb8 commit 0010da0Copy full SHA for 0010da0
rules_haskell_tests/non_module_deps_2.bzl
@@ -10,7 +10,7 @@ load("@rules_haskell_ghc_version//:ghc_version.bzl", "GHC_VERSION")
10
label_builder = lambda x: Label(x)
11
12
def _empty_repo_impl(rctx):
13
- fail(rctx.attrs.error_msg)
+ fail(rctx.attr.error_msg)
14
15
_empty_repo = repository_rule(
16
implementation = _empty_repo_impl,
0 commit comments