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