Added repa library for Haskell.
svn path=/nixpkgs/trunk/; revision=27267
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{cabal, repa, vector}:
|
||||
|
||||
cabal.mkDerivation (self : {
|
||||
pname = "repa-algorithms";
|
||||
version = "2.0.0.3";
|
||||
sha256 = "17h5xbn8gy0glryrv7pjdpxaw9adrk0bln683p0xxl6wrx90ngdv";
|
||||
propagatedBuildInputs = [repa vector];
|
||||
meta = {
|
||||
description = "Algorithms using the Repa array library";
|
||||
license = "BSD";
|
||||
maintainers = [self.stdenv.lib.maintainers.andres];
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user