graphSat/default.nix

3 lines
98 B
Nix
Raw Permalink Normal View History

2022-12-21 00:33:56 +01:00
{ pkgs , compiler ? "ghc902"}:
pkgs.haskell.packages.${compiler}.callPackage ./graphSat.nix { }