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
We would like to provide an option to get C include search path information from a section of a .cabal file. The file should of course be parsed using the Cabal library.
Any directories specified in include-dirs should be resolved and added to the non-system include search path.
For packages specified in pkgconfig-depends, we can call pkg-config and add to the include search path according to the result.
We would like to provide an option to get C include search path information from a section of a
.cabal
file. The file should of course be parsed using the Cabal library.include-dirs
should be resolved and added to the non-system include search path.pkgconfig-depends
, we can callpkg-config
and add to the include search path according to the result.This was discussed in #366 (comment)
The text was updated successfully, but these errors were encountered: