Added repa library for Haskell.
svn path=/nixpkgs/trunk/; revision=27267
This commit is contained in:
15
pkgs/development/libraries/haskell/repa-examples/default.nix
Normal file
15
pkgs/development/libraries/haskell/repa-examples/default.nix
Normal file
@@ -0,0 +1,15 @@
|
||||
{cabal, repa, repaAlgorithms, repaIO, vector, llvm}:
|
||||
|
||||
cabal.mkDerivation (self : {
|
||||
pname = "repa-examples";
|
||||
version = "2.0.0.3";
|
||||
sha256 = "0kj93rrr63x34dcljw6hvqjbz4mfzw00gmbddrqya0dhf9ifjnb9";
|
||||
extraBuildInputs = [llvm];
|
||||
propagatedBuildInputs = [repa repaAlgorithms repaIO vector];
|
||||
meta = {
|
||||
description = "Examples using the Repa array library";
|
||||
license = "BSD";
|
||||
maintainers = [self.stdenv.lib.maintainers.andres];
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user