Skip to content

Commit 9fc2fc9

Browse files
committed
docs: Add reference to cc rules
1 parent 2fcf883 commit 9fc2fc9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/BUILD.bazel

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ bzl_library(
6262
deps = [
6363
":haskell_nix",
6464
"//haskell",
65+
"@rules_cc//cc:find_cc_toolchain_bzl",
66+
"@rules_cc//cc/common",
6567
"@rules_shell//shell:rules_bzl",
6668
],
6769
),
@@ -79,6 +81,8 @@ bzl_library(
7981
deps = [
8082
":haskell_nix",
8183
"//haskell",
84+
"@rules_cc//cc:find_cc_toolchain_bzl",
85+
"@rules_cc//cc/common",
8286
"@rules_shell//shell:rules_bzl",
8387
],
8488
),

0 commit comments

Comments
 (0)