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