haskell-repa-examples: update to version 3.2.2.1

This commit is contained in:
Peter Simons 2012-09-24 12:06:08 +02:00
parent ec7e8fe127
commit 48b987139c

View File

@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "repa-examples";
version = "3.2.1.1";
sha256 = "0nbdp3vwg7ha9vhz7f2kys3jxdlwiihxz031cfpkv2si5ci3gy1b";
version = "3.2.2.1";
sha256 = "17v7ay33fwxjm0ip09jhh979rc6hzfxrrj1hkwj7x4x9gkd79yn7";
isLibrary = false;
isExecutable = true;
buildDepends = [ random repa repaAlgorithms repaIo vector ];