choirMail/default.nix
2022-11-08 20:16:34 +01:00

2 lines
99 B
Nix

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