haskell-repa-examples: update to version 3.2.3.1

This commit is contained in:
Peter Simons 2012-12-03 16:11:06 +01:00
parent a4e47942c9
commit 05f1fcd269

View File

@ -1,14 +1,18 @@
{ cabal, llvm, random, repa, repaAlgorithms, repaIo, vector }: { cabal, llvm, QuickCheck, random, repa, repaAlgorithms, repaIo
, vector
}:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "repa-examples"; pname = "repa-examples";
version = "3.2.2.3"; version = "3.2.3.1";
sha256 = "0v21f8zzn05j3pjwvnb7x08q0sd375kbf450zjgsv8fzsypclr51"; sha256 = "1lflgpnig2ks2mwp7bywyjqr2v426gbk1675mkkvjncgr5ahf11g";
isLibrary = false; isLibrary = false;
isExecutable = true; isExecutable = true;
buildDepends = [ random repa repaAlgorithms repaIo vector ];
extraLibraries = [ llvm ];
jailbreak = true; jailbreak = true;
buildDepends = [
QuickCheck random repa repaAlgorithms repaIo vector
];
extraLibraries = [ llvm ];
meta = { meta = {
homepage = "http://repa.ouroborus.net"; homepage = "http://repa.ouroborus.net";
description = "Examples using the Repa array library"; description = "Examples using the Repa array library";