Skip to content

Commit

Permalink
Add note about how version field could be private.
Browse files Browse the repository at this point in the history
  • Loading branch information
mboes committed Dec 29, 2017
1 parent 3150f1a commit a9fc3a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions haskell/haskell.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ _haskell_common_attrs = {
"prebuilt_dependencies": attr.string_list(
doc="Haskell packages which are magically available such as wired-in packages."
),
# XXX Consider making this private. Blocked on
# https://github.com/bazelbuild/bazel/issues/4366.
"version": attr.string(
default="1.0.0",
doc="Package/binary version"
Expand Down

0 comments on commit a9fc3a0

Please sign in to comment.