let pkgs = import {}; in pkgs.mkShell { buildInputs = [ pkgs.haskell.compiler.ghc90 pkgs.cabal-install pkgs.llvm_18 ]; }