Open Ckaf opened 1 year ago
Hi, could you share what version of GHC/Stack you're using?
stack
Version 2.9.3 aarch64
Compiled with:
- Cabal-3.6.3.0
And which snapshot?
resolver:
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/20/6.yaml
I also had build failures. I use Cabal 3.10 and GHC 9.6. I was able to get this building again with the following patch – a few unused import warnings remain:
diff --git a/clang-pure.cabal b/clang-pure.cabal index 837b271..3b37d0e 100644 --- a/clang-pure.cabal +++ b/clang-pure.cabal @@ -48,6 +48,8 @@ library LambdaCase, NamedFieldPuns, StandaloneDeriving,
Hi, I'm trying to build clang-pure into my project and I get this: