{ pkgs ? import {} }: pkgs.mkShell { nativeBuildInputs = with pkgs; [ haskell-language-server (ghc.withPackages (pkgs: with pkgs; [ split ])) ]; }