We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a4fb94 commit 75c6a5cCopy full SHA for 75c6a5c
rules_haskell_tests/non_module_deps_2.bzl
@@ -57,6 +57,8 @@ def repositories(*, bzlmod): # @unused
57
"attoparsec": """{"lib:attoparsec": ["lib:attoparsec-internal"]}""",
58
},
59
extra_deps = {"zlib": ["//tests:zlib"], "streaming-commons": ["//tests:zlib"]},
60
+ # disable calling pkg-config
61
+ flags = {"zlib": ["-pkg-config"]},
62
haddock = False,
63
local_snapshot = "//:ghcide-stack-snapshot{}.yaml".format(
64
"_" + str(GHC_VERSION) if GHC_VERSION else "",
0 commit comments