From f11cd13104f848237d833bfe458f06cd8aedb9b5 Mon Sep 17 00:00:00 2001 From: Andreas Herrmann Date: Mon, 20 Apr 2020 14:37:55 +0200 Subject: [PATCH] Clarify exe_name default value. --- haskell/cabal.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haskell/cabal.bzl b/haskell/cabal.bzl index 1d1f55d235..4ba81343ff 100644 --- a/haskell/cabal.bzl +++ b/haskell/cabal.bzl @@ -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(