haskell-vector: update version to 0.10.9.3

This commit is contained in:
Peter Simons
2014-06-03 11:41:03 +02:00
parent 1a29d1bc3c
commit 64f4186735
2 changed files with 4 additions and 4 deletions

View File

@@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "vector";
version = "0.10.9.2";
sha256 = "046w4w5dr5136smfxzhzkhzcx6jgpnqrc2x5lzy4vrlxhb8za6c1";
version = "0.10.9.3";
sha256 = "08mlg0v7an6mm04skvxrgfndab0wikfs4glv7jj8ylxwc8959kdx";
buildDepends = [ deepseq primitive ];
meta = {
homepage = "https://github.com/haskell/vector";