You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An implementation of pkg-config, u-config, doesn't support --list-all option, so it would be nice if Cabal can work without it.
The status quo is that Cabal will decide pkg-config is unavailable if pkg-config --list-all report failure.
See also skeeto/u-config#7
Is there any reason Cabal don't use pkg-config --modversion directly to query desired libraries?
The text was updated successfully, but these errors were encountered:
An implementation of pkg-config, u-config, doesn't support
--list-all
option, so it would be nice if Cabal can work without it.The status quo is that Cabal will decide pkg-config is unavailable if
pkg-config --list-all
report failure.See also skeeto/u-config#7
Is there any reason Cabal don't use
pkg-config --modversion
directly to query desired libraries?The text was updated successfully, but these errors were encountered: