```cabal build-depends: lib1:{a,b} , lib2:c ``` fails to parse, while ```cabal build-depends: lib1:{a,b} -any , lib2:c ``` succeeds. Both should work instead.