private: No


{ pkgs ? import <nixpkgs> {} }:

with pkgs.haskell.packages.ghc884;

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