haskell-repa: update to version 3.3.1.2

This commit is contained in:
Peter Simons 2014-07-28 12:18:31 +02:00
parent f33521699c
commit 4d54be786b
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@
cabal.mkDerivation (self: {
pname = "repa";
version = "3.2.5.1";
sha256 = "0yrmia3ciagzrmrsmxh56qym4wc0malph7zhiw71gl9c9sp8hzvq";
version = "3.3.1.2";
sha256 = "0rsahd6c1mxd8hq9zfx4jqgmcfs4di4askky87y71xy5v4k1x4ai";
buildDepends = [ QuickCheck vector ];
meta = {
homepage = "http://repa.ouroborus.net";