UU-ComputerScience / uuagc

3 stars 9 forks source link

`--ghc-options="-DEXTERNAL_UUAGC"` broken with cabal 3.10 #17

Open noughtmare opened 2 months ago

noughtmare commented 2 months ago

The update-src-generated.sh script no longer works for me. I think the issue is that cabal no longer forwards GHC options to the custom setup script.

I've got a workaround that makes flags work instead of the ugly -DEXTERNAL_UUAGC hack. I will open a PR soon.