Hello, I want to build the package minisat-solver as a dependency. However, it does not build anymore since gcc uses C23 as the default. Therefore, I want to build minisat-solver with C11.
I figured the cabal.project configuration seemed like the right place. So I did:
However, it does not work. It does not seem like cabal passes the flags when looking at the-v3 build logs. What do I have to do to build a dependency with different GCC options?
For now, I have a local copy of minisat-solver where I have fixed the issues. Still, it would be convenient to patch minisat-solver in cabal.project until someone makes the effort to fix it upstream. Sadly, minisat-solver does not have a git repo linked so this is a little cumbersome.