haskell-vector: updated to version 0.9.1

svn path=/nixpkgs/trunk/; revision=31283
This commit is contained in:
Peter Simons
2012-01-04 17:48:32 +00:00
parent 3b4451ade5
commit aac6654ed5
2 changed files with 4 additions and 4 deletions

View File

@@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "vector";
version = "0.9";
sha256 = "0m8sfp924sw5dwr9a63jgsbj98qm9nyy903842x6ii4ljb1cpynz";
version = "0.9.1";
sha256 = "1m6p9dy48fwh2y21y7r6svhzs86a1yijkjil7ch1mdn86gv0f9as";
buildDepends = [ primitive ];
meta = {
homepage = "http://code.haskell.org/vector";