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.
_ahc_haskell_toolchain
1 parent b10973c commit 96a1095Copy full SHA for 96a1095
haskell/toolchain.bzl
@@ -541,6 +541,11 @@ _ahc_haskell_toolchain = rule(
541
_haskell_toolchain_impl,
542
attrs = dict(
543
common_attrs,
544
+ _cc_toolchain = attr.label(
545
+ default = Label(
546
+ "@rules_cc//cc:current_cc_toolchain",
547
+ ),
548
549
_exec_nodejs_toolchain = attr.label(
550
default = Label("@rules_haskell//haskell:current_nodejs_toolchain"),
551
cfg = "exec",
@@ -554,6 +559,8 @@ _ahc_haskell_toolchain = rule(
554
559
555
560
),
556
561
562
+ toolchains = use_cc_toolchain(),
563
+ fragments = ["cpp"],
557
564
)
558
565
566
_haskell_toolchain = rule(
0 commit comments