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