mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 06:45:54 +03:00
haskell-data-reify: updated to version 0.6
svn path=/nixpkgs/trunk/; revision=28326
This commit is contained in:
parent
8174450e0a
commit
45ae546d93
@ -1,11 +1,14 @@
|
||||
{cabal}:
|
||||
{cabal} :
|
||||
|
||||
cabal.mkDerivation (self : {
|
||||
pname = "data-reify";
|
||||
version = "0.5";
|
||||
sha256 = "ca501cbde57d3b53b4def9ce3de9ecccc5136fb0575877e98e163668ebe23055";
|
||||
version = "0.6";
|
||||
sha256 = "0mif89mpj5zvw8czc51mfj27jw2ipxd2awnm9q13s46k6s5pv6a7";
|
||||
meta = {
|
||||
description = "Reify a recursive data structure into an explicit graph";
|
||||
homepage = "http://www.ittc.ku.edu/csdl/fpg/Tools/IOReification";
|
||||
description = "Reify a recursive data structure into an explicit graph.";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.stdenv.lib.platforms.haskellPlatforms;
|
||||
maintainers = [ self.stdenv.lib.maintainers.simons ];
|
||||
};
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user