haskell-repa-examples: update to version 3.2.2.3
This commit is contained in:
parent
fd7da95852
commit
463fca2766
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "repa-examples";
|
pname = "repa-examples";
|
||||||
version = "3.2.2.1";
|
version = "3.2.2.3";
|
||||||
sha256 = "17v7ay33fwxjm0ip09jhh979rc6hzfxrrj1hkwj7x4x9gkd79yn7";
|
sha256 = "0v21f8zzn05j3pjwvnb7x08q0sd375kbf450zjgsv8fzsypclr51";
|
||||||
isLibrary = false;
|
isLibrary = false;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [ random repa repaAlgorithms repaIo vector ];
|
buildDepends = [ random repa repaAlgorithms repaIo vector ];
|
||||||
|
|
Loading…
Reference in New Issue