3
0
Fork 0
forked from mirrors/nixpkgs

haskell-repa-examples: update to version 3.2.2.3

This commit is contained in:
Peter Simons 2012-11-20 13:58:23 +01:00
parent fd7da95852
commit 463fca2766

View file

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