{ pkgs ? import {} }: pkgs.mkShell { buildInputs = [ pkgs.jq (pkgs.haskellPackages.ghcWithPackages (p: with p; [ ip haskell-language-server ])) ]; }