2009-07-20 15:17:50 +02:00
|
|
|
{cabal}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self : {
|
|
|
|
pname = "regular";
|
2011-03-13 12:03:49 +01:00
|
|
|
version = "0.3.2";
|
|
|
|
sha256 = "104rz28a22p5pn3rdzvmh13s1hpr46n463cfaz3w3bj9cimi2rcj";
|
2009-07-20 15:17:50 +02:00
|
|
|
meta = {
|
|
|
|
description = "Generic programming library for regular datatypes";
|
2010-01-12 11:37:48 +01:00
|
|
|
license = "BSD";
|
|
|
|
maintainers = [self.stdenv.lib.maintainers.andres];
|
2009-07-20 15:17:50 +02:00
|
|
|
};
|
2011-03-28 17:04:00 +02:00
|
|
|
})
|
2009-07-20 15:17:50 +02:00
|
|
|
|