haskell-repa-examples: update to version 3.2.3.1
This commit is contained in:
parent
fa0160d575
commit
dfd90e33e2
|
@ -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";
|
||||||
|
|
Loading…
Reference in New Issue