2011-08-06 22:59:04 +02:00
|
|
|
{cabal, QuickCheck, vector} :
|
2011-05-16 15:48:03 +02:00
|
|
|
|
|
|
|
cabal.mkDerivation (self : {
|
|
|
|
pname = "repa";
|
2011-08-06 22:59:04 +02:00
|
|
|
version = "2.1.1.2";
|
|
|
|
sha256 = "0lvhcq46abby69i6sgcqrxljykayp1sr3rmy2nlg5cccxlj94sqi";
|
|
|
|
propagatedBuildInputs = [ QuickCheck vector ];
|
2011-05-16 15:48:03 +02:00
|
|
|
meta = {
|
2011-08-06 22:59:04 +02:00
|
|
|
homepage = "http://repa.ouroborus.net";
|
|
|
|
description = "High performance, regular, shape polymorphic parallel arrays.";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
2011-05-16 15:48:03 +02:00
|
|
|
maintainers = [self.stdenv.lib.maintainers.andres];
|
|
|
|
};
|
|
|
|
})
|
|
|
|
|