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 dce897a + fbabf30 commit 8a59b40Copy full SHA for 8a59b40
haskell/cabal.bzl
@@ -2154,7 +2154,7 @@ haskell_cabal_binary(
2154
for sublib in all_components[name].sublibs:
2155
sublib_component_deps = [
2156
_resolve_component_target_name(name, c)
2157
- for c in package_components_dependencies.get("lib:".format(sublib), [])
+ for c in package_components_dependencies.get("lib:{}".format(sublib), [])
2158
]
2159
build_file_builder.append(
2160
"""
0 commit comments