2009-04-20 01:25:58 +02:00
|
|
|
{cabal}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self : {
|
|
|
|
pname = "multirec";
|
2009-06-16 10:56:31 +02:00
|
|
|
version = "0.4";
|
|
|
|
sha256 = "ad7a6ae90e1880b3fd79686ce8012e531b738f8f1d10ba836550fc91cfe3695e";
|
2009-04-20 01:25:58 +02:00
|
|
|
meta = {
|
|
|
|
description = "Generic programming with systems of recursive datatypes";
|
|
|
|
};
|
|
|
|
})
|
|
|
|
|