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
(Imported from Trac #662, reported by Axel Simon on 2010-04-21)
Currently, cabal tries all possible flag assignments to fulfill the requirements on Haskell packages. For Gtk2Hs and probably other wrappers around C libraries it would be great to extend this functionality to pkg-config dependencies. They follow very similar convention when it comes to versioning but currently the users of my Setup.hs script need to specify the right flag combination to make configuring succeed.
The text was updated successfully, but these errors were encountered:
(Imported from Trac #662, reported by Axel Simon on 2010-04-21)
Currently, cabal tries all possible flag assignments to fulfill the requirements on Haskell packages. For Gtk2Hs and probably other wrappers around C libraries it would be great to extend this functionality to pkg-config dependencies. They follow very similar convention when it comes to versioning but currently the users of my Setup.hs script need to specify the right flag combination to make configuring succeed.
The text was updated successfully, but these errors were encountered: