Added repa library for Haskell.
svn path=/nixpkgs/trunk/; revision=27267
This commit is contained in:
14
pkgs/development/libraries/haskell/repa/default.nix
Normal file
14
pkgs/development/libraries/haskell/repa/default.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{cabal, QuickCheck, vector}:
|
||||
|
||||
cabal.mkDerivation (self : {
|
||||
pname = "repa";
|
||||
version = "2.0.0.4";
|
||||
sha256 = "11cjh4bdwb1kwb6ikig4i6vr3kqs840wdpl22biws16lg74mfxxn";
|
||||
propagatedBuildInputs = [QuickCheck vector];
|
||||
meta = {
|
||||
description = "High performance, regular, shape polymorphic parallel arrays";
|
||||
license = "BSD";
|
||||
maintainers = [self.stdenv.lib.maintainers.andres];
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user