haskell-repa: updated to version 2.1.1.5

svn path=/nixpkgs/trunk/; revision=28487
This commit is contained in:
Peter Simons
2011-08-11 10:45:02 +00:00
parent 7616f36ebf
commit a94124bf20
3 changed files with 13 additions and 9 deletions

View File

@@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "repa";
version = "2.1.1.2";
sha256 = "0lvhcq46abby69i6sgcqrxljykayp1sr3rmy2nlg5cccxlj94sqi";
version = "2.1.1.5";
sha256 = "14lq6nsifxsap98c1hpxsyv4g973vyzjn2s94b3vfzkbq8vd7695";
buildDepends = [ QuickCheck vector ];
meta = {
homepage = "http://repa.ouroborus.net";