mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-19 20:36:27 +00:00
12 lines
258 B
Nix
12 lines
258 B
Nix
|
{cabal}:
|
||
|
|
||
|
cabal.mkDerivation (self : {
|
||
|
pname = "data-reify";
|
||
|
version = "0.4";
|
||
|
sha256 = "567536195159117e14bb4e9a9c13a7de179da27c45966e5a5c189a9df33b11fa";
|
||
|
meta = {
|
||
|
description = "Reify a recursive data structure into an explicit graph";
|
||
|
};
|
||
|
})
|
||
|
|