3 lines
99 B
Nix
3 lines
99 B
Nix
|
{ pkgs , compiler ? "ghc902"}:
|
||
|
pkgs.haskell.packages.${compiler}.callPackage ./choirMail.nix { }
|