{ pkgs ? import {} }: pkgs.mkShell { packages = [ (pkgs.ghc.withPackages (hs: [ hs.mcmc ])) ]; }