2 lines
102 B
Nix
2 lines
102 B
Nix
{ pkgs , compiler ? "ghc902"}:
|
|
pkgs.haskell.packages.${compiler}.callPackage ./sodokuSolver.nix { }
|