$ cat default.nix { nixpkgs ? import <nixpkgs> {}, compiler ? "ghc844" }: nixpkgs.haskell.packages.${compiler}.callPackage ./math.nix { }