2014-07-14 12:21:41 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2012-02-16 14:05:41 +00:00
|
|
|
{ cabal, QuickCheck, vector }:
|
2011-05-16 14:48:03 +01:00
|
|
|
|
2011-08-10 00:00:20 +01:00
|
|
|
cabal.mkDerivation (self: {
|
2011-05-16 14:48:03 +01:00
|
|
|
pname = "repa";
|
2014-07-28 11:18:31 +01:00
|
|
|
version = "3.3.1.2";
|
|
|
|
sha256 = "0rsahd6c1mxd8hq9zfx4jqgmcfs4di4askky87y71xy5v4k1x4ai";
|
2012-02-16 14:05:41 +00:00
|
|
|
buildDepends = [ QuickCheck vector ];
|
2011-05-16 14:48:03 +01:00
|
|
|
meta = {
|
2011-08-06 21:59:04 +01:00
|
|
|
homepage = "http://repa.ouroborus.net";
|
2011-08-11 14:03:51 +01:00
|
|
|
description = "High performance, regular, shape polymorphic parallel arrays";
|
2011-08-06 21:59:04 +01:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
2011-08-10 00:00:20 +01:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2011-05-16 14:48:03 +01:00
|
|
|
};
|
|
|
|
})
|