{ pkgs ? import {} }: let x = pkgs.haskellPackages.ghcWithPackages (hpkgs: with hpkgs; [ megaparsec ]); in pkgs.mkShell { buildInputs = [ x ]; }