haskell-vector-algorithms: update to version 0.6.0.3

This commit is contained in:
Peter Simons 2014-07-28 12:18:53 +02:00
parent df253270e4
commit 27b7ae9b62

View file

@ -4,8 +4,8 @@
cabal.mkDerivation (self: {
pname = "vector-algorithms";
version = "0.6.0.2";
sha256 = "1gn2pvgvm9g0dajx2wv305fxwhkpdj9pybrwrm3j2frl4dnj7dcq";
version = "0.6.0.3";
sha256 = "1kz4b41y7swad6mbx0g3adc8lqma8pl3rnzah71cfdvb87gssbn4";
isLibrary = true;
isExecutable = true;
buildDepends = [ mtl mwcRandom primitive vector ];