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