Stream: haskell-flake

Topic: using the LLVM backend


view this post on Zulip Jack (Dec 20 2025 at 17:25):

Hi everyone. This is a fantastic tool, thank you for making it.

I've seen a couple references to llvm in github but I'm having trouble compiling with llvm normally. if I just add -fllvm to my GHC options in my .cabal file it says GHC isn't configured for llvm use. If I set basePackages = pkgs.pkgsLLVM.haskell.packages.ghc912; then all my settings overrides in perSystem.haskellProjects.default.settings stop working. Any advice? Thank you.

view this post on Zulip Jack (Dec 22 2025 at 01:33):

actually hold that thought, this problem seem to only happen when using something unusual for inputs.source or >= ghc.9.10.

maybe also only on aarch-64-linux


Last updated: Dec 29 2025 at 01:49 UTC