haskell-crypto-random: update to version 0.0.8

This commit is contained in:
Peter Simons 2014-09-03 08:33:17 +02:00
parent 7f9609756d
commit cbe7451b5e

View file

@ -4,8 +4,8 @@
cabal.mkDerivation (self: {
pname = "crypto-random";
version = "0.0.7";
sha256 = "1dj63y85l3f1x7fw8j7hykz56ajd38iikl3f8ygaz8r95pd1zjxw";
version = "0.0.8";
sha256 = "058ilm05ni5ribggx25cfrhsv1z0abvgxzf3wd3d6qqq58p5wbkv";
buildDepends = [ securemem vector ];
meta = {
homepage = "http://github.com/vincenthz/hs-crypto-random";