2014-07-14 04:21:41 -07:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2012-02-16 06:05:41 -08:00
|
|
|
{ cabal }:
|
2009-07-10 02:42:18 -07:00
|
|
|
|
2011-08-09 16:00:20 -07:00
|
|
|
cabal.mkDerivation (self: {
|
2009-07-10 02:42:18 -07:00
|
|
|
pname = "data-reify";
|
2011-08-07 15:01:40 -07:00
|
|
|
version = "0.6";
|
|
|
|
sha256 = "0mif89mpj5zvw8czc51mfj27jw2ipxd2awnm9q13s46k6s5pv6a7";
|
2011-08-09 16:00:20 -07:00
|
|
|
isLibrary = true;
|
|
|
|
isExecutable = true;
|
2009-07-10 02:42:18 -07:00
|
|
|
meta = {
|
2011-08-07 15:01:40 -07:00
|
|
|
homepage = "http://www.ittc.ku.edu/csdl/fpg/Tools/IOReification";
|
2011-08-11 06:03:51 -07:00
|
|
|
description = "Reify a recursive data structure into an explicit graph";
|
2011-08-07 15:01:40 -07:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
2011-08-09 02:54:50 -07:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2009-07-10 02:42:18 -07:00
|
|
|
};
|
|
|
|
})
|