{ pkgs ? import { } }: pkgs.mkShell { buildInputs = with pkgs; [ ghc cabal-install stack haskell-language-server ]; }