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.
2 parents 621f3b6 + da4cf98 commit b9a3b0cCopy full SHA for b9a3b0c
extensions/stack_snapshot.bzl
@@ -92,6 +92,7 @@ _package_tag = tag_class(
92
"flags": attr.string_list(
93
doc = """List of cabal flags to configure this package.
94
Only usable by the root module (or rules_haskell itself).
95
+ For a flag called `flag1`, to enable say `flag1` or `+flag1`, to disable say `-flag1`.
96
""",
97
),
98
"extra_deps": attr.label_list(
0 commit comments