2012-02-16 14:05:41 +00:00
|
|
|
{ cabal }:
|
2009-07-20 14:17:50 +01:00
|
|
|
|
2011-08-10 00:00:20 +01:00
|
|
|
cabal.mkDerivation (self: {
|
2009-07-20 14:17:50 +01:00
|
|
|
pname = "regular";
|
2014-04-28 18:17:50 +01:00
|
|
|
version = "0.3.4.3";
|
|
|
|
sha256 = "12pc58agqb4fi0riwxjf0kykn1z12273q8dcdd0fh2x1ddxwgg2r";
|
2009-07-20 14:17:50 +01:00
|
|
|
meta = {
|
2011-08-11 14:03:51 +01:00
|
|
|
description = "Generic programming library for regular datatypes";
|
2011-08-10 00:00:20 +01:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2013-05-10 23:36:36 +01:00
|
|
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
2009-07-20 14:17:50 +01:00
|
|
|
};
|
2011-03-28 16:04:00 +01:00
|
|
|
})
|