Skip to content

Commit

Permalink
Clarify exe_name default value.
Browse files Browse the repository at this point in the history
  • Loading branch information
aherrmann committed May 29, 2020
1 parent 1d1626b commit f11cd13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haskell/cabal.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ haskell_cabal_binary = rule(
executable = True,
attrs = {
"exe_name": attr.string(
doc = "Cabal executable component name. Defaults to name attribute.",
doc = "Cabal executable component name. Defaults to the value of the name attribute.",
),
"srcs": attr.label_list(allow_files = True),
"deps": attr.label_list(
Expand Down

0 comments on commit f11cd13

Please sign in to comment.