nixpkgs/pkgs/development/libraries/haskell/repa/default.nix
2014-08-09 13:49:24 +02:00

17 lines
514 B
Nix

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, QuickCheck, vector }:
cabal.mkDerivation (self: {
pname = "repa";
version = "3.3.1.2";
sha256 = "0rsahd6c1mxd8hq9zfx4jqgmcfs4di4askky87y71xy5v4k1x4ai";
buildDepends = [ QuickCheck vector ];
meta = {
homepage = "http://repa.ouroborus.net";
description = "High performance, regular, shape polymorphic parallel arrays";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})