Skip to content

Commit

Permalink
Disable pkg-config flag for zlib in ghcide snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
avdv committed Dec 5, 2024
1 parent 0fe651a commit 1cea331
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rules_haskell_tests/non_module_deps_2.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ def repositories(*, bzlmod): # @unused
"attoparsec": """{"lib:attoparsec": ["lib:attoparsec-internal"]}""",
},
extra_deps = {"zlib": ["//tests:zlib"], "streaming-commons": ["//tests:zlib"]},
flags = {"zlib": "-pkg-config"},
haddock = False,
local_snapshot = "//:ghcide-stack-snapshot{}.yaml".format(
"_" + str(GHC_VERSION) if GHC_VERSION else "",
Expand Down

0 comments on commit 1cea331

Please sign in to comment.