spacepaste
new
Paste details
reply
|
raw
$ cat default.nix
{ nixpkgs ? import <nixpkgs> {}, compiler ? "ghc844" }:
nixpkgs.haskell.packages.${compiler}.callPackage ./math.nix { }