with (import {}); { ghc ? haskell.compiler.ghc8107 }: haskell.lib.buildStackProject { inherit ghc; name = "choc-env"; buildInputs = [ pkgs.haskell-language-server ]; }