graphSat/default.nix

2 lines
98 B
Nix

{ pkgs , compiler ? "ghc902"}:
pkgs.haskell.packages.${compiler}.callPackage ./graphSat.nix { }