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