Added repa library for Haskell.
svn path=/nixpkgs/trunk/; revision=27267
This commit is contained in:
14
pkgs/development/libraries/haskell/repa-io/default.nix
Normal file
14
pkgs/development/libraries/haskell/repa-io/default.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{cabal, bmp, repa, repaBytestring}:
|
||||
|
||||
cabal.mkDerivation (self : {
|
||||
pname = "repa-io";
|
||||
version = "2.0.0.3";
|
||||
sha256 = "1p8h2855jv8nnvf9vq2ywrmm9qk9qdqy6yqr4dj9p90kfcqxgw2g";
|
||||
propagatedBuildInputs = [bmp repa repaBytestring];
|
||||
meta = {
|
||||
description = "Read and write Repa arrays in various formats";
|
||||
license = "BSD";
|
||||
maintainers = [self.stdenv.lib.maintainers.andres];
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user