Skip to content
New issue

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

allow cabal.project to specify/override additional pkg-config depends #9174

Open
cartazio opened this issue Aug 14, 2023 · 0 comments
Open

Comments

@cartazio
Copy link
Contributor

so i'm trying to use the rounded package on recent ghc, and ignoring other challenges, I need to make it aware of a gmp install, because recent ghc dont provide a gmp!

packages: *.cabal

allow-newer: rounded:base,rounded:ghc-prim,long-double:base

package rounded 
    pkgconfig-depends: mpfr, gmp 

is what i'm trying to do, but it looks like that field isn't understood by cabal.project?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant