Cabal and llvm issue

GHC will default to -fllvm if there is no native code Gen for the target. (AArch64-darwin) only had a NCG from 9.2 onwards. 8.10 will be -fllvm by default.

1 Like