1
1
mirror of https://github.com/coot/free-category.git synced 2024-09-11 14:17:30 +03:00
free-category/release.nix
2019-12-05 02:20:14 +01:00

15 lines
296 B
Nix

{ compiler }:
with builtins;
let default = import ./default.nix
{ haddock = true;
test = true;
benchmarks = true;
dev = true;
inherit compiler;
};
in
{ free-category = default.free-category;
examples = default.examples;
}