haskell-bloomfilter: update to version 2.0.0.0

This commit is contained in:
Peter Simons 2014-07-07 11:25:53 +02:00
parent 81e6e97c61
commit a8a57c3212

View File

@ -1,10 +1,15 @@
{ cabal, deepseq }: { cabal, deepseq, QuickCheck, random, testFramework
, testFrameworkQuickcheck2
}:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "bloomfilter"; pname = "bloomfilter";
version = "1.2.6.10"; version = "2.0.0.0";
sha256 = "162vp9riwf5q2l1hnw3g157fpwnw185fk41hkgyf8qaavcrz6slv"; sha256 = "07fif8i5rinysli1mpi92k405kvw8va7w9v9w4wd5bylb87zy77f";
buildDepends = [ deepseq ]; buildDepends = [ deepseq ];
testDepends = [
QuickCheck random testFramework testFrameworkQuickcheck2
];
meta = { meta = {
homepage = "https://github.com/bos/bloomfilter"; homepage = "https://github.com/bos/bloomfilter";
description = "Pure and impure Bloom Filter implementations"; description = "Pure and impure Bloom Filter implementations";