1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

haskell-vector-algorithms: update to version 0.6.0.2

This commit is contained in:
Peter Simons 2014-07-14 10:54:09 +02:00
parent 241d660928
commit 7322947f1b

View file

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