haskell-repa-examples: update to version 3.2.3.1

This commit is contained in:
Peter Simons 2012-12-05 14:03:01 +01:00
parent fa0160d575
commit dfd90e33e2

View file

@ -8,11 +8,11 @@ cabal.mkDerivation (self: {
sha256 = "1lflgpnig2ks2mwp7bywyjqr2v426gbk1675mkkvjncgr5ahf11g"; sha256 = "1lflgpnig2ks2mwp7bywyjqr2v426gbk1675mkkvjncgr5ahf11g";
isLibrary = false; isLibrary = false;
isExecutable = true; isExecutable = true;
jailbreak = true;
buildDepends = [ buildDepends = [
QuickCheck random repa repaAlgorithms repaIo vector QuickCheck random repa repaAlgorithms repaIo vector
]; ];
extraLibraries = [ llvm ]; extraLibraries = [ llvm ];
jailbreak = true;
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";