nixpkgs/pkgs/development/libraries/haskell/data-reify/default.nix

12 lines
258 B
Nix
Raw Normal View History

{cabal}:
cabal.mkDerivation (self : {
pname = "data-reify";
version = "0.5";
sha256 = "ca501cbde57d3b53b4def9ce3de9ecccc5136fb0575877e98e163668ebe23055";
meta = {
description = "Reify a recursive data structure into an explicit graph";
};
})