We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build-depends: lib1:{a,b} , lib2:c
fails to parse, while
build-depends: lib1:{a,b} -any , lib2:c
succeeds. Both should work instead.
The text was updated successfully, but these errors were encountered:
Fix #5846, space after multilib
e6b479a
This is OK to include in 3.0 release, as I consider this a bug in initial release. We don't yet need to do heavy lifting as with mixins.
8b13463
Merge pull request #6381 from haskell/issue-5846
970a89a
Fix haskell#5846, space after multilib
b4f3abf
fgaz
No branches or pull requests
fails to parse, while
succeeds.
Both should work instead.
The text was updated successfully, but these errors were encountered: