`-b`, `--build-depends` supports multiple arguments as of https://github.com/haskell/cabal/pull/5845, but the help docstring fails to mention the correct syntax. The current help doc is: ``` -b --build-depends=DEPENDENCY Include an additional package in the environment presented to GHCi. ``` This should be changed to reflect a potential plurality of arguments, `DEPENDENCIES`.