Skip to content

Commit 033e5a5

Browse files
committed
Remove hie_bios_path_prefix attr from haskell_repl
The attribute was a no-op since 0.17 already.
1 parent 43bccaf commit 033e5a5

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

haskell/repl.bzl

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1191,13 +1191,7 @@ information.
11911191
Arbitrary extra commands to execute in GHCi.
11921192
collect_data:
11931193
Whether to collect the data runfiles from the dependencies in srcs, data and deps attributes.
1194-
1195-
Deprecated:
1196-
hie_bios_path_prefix: Attribute has no effect (now that we output absolute paths).
11971194
"""
1198-
if "hie_bios_path_prefix" in kwargs:
1199-
kwargs.pop("hie_bios_path_prefix")
1200-
12011195
_haskell_repl(
12021196
name = name,
12031197
deps = deps,

0 commit comments

Comments
 (0)