Skip to content

Commit

Permalink
clarify documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
prednaz authored Mar 7, 2024
1 parent d98672a commit 3691dc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haskell/providers.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ HaskellLibraryInfo = provider(
fields = {
"package_id": "Workspace unique package identifier.",
"version": "Package version.",
"exports": "List of `package_id`s that this package exports, that is reexports and this package's own `package_id`",
"exports": "List of `package_id`s that this package exports, that is to say, reexports and this package's own `package_id`",
},
)

Expand Down

0 comments on commit 3691dc8

Please sign in to comment.