{ pkgs ? import {} }: with pkgs.haskell.packages.ghc884; shellFor { packages = p: [ p.hgeometry-combinatorial ]; buildInputs = [ haskell-language-server ]; # pretty cool: withHoogle = true; }