haskell-ListLike: update to version 4.0.2

This commit is contained in:
Peter Simons 2013-12-14 11:30:18 +01:00
parent f449007ade
commit 6a3e496f6b

View File

@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "ListLike";
version = "4.0.1";
sha256 = "1ny6h3f1l0gigyv2rs24s7w158vsflrdx4i9v1al4910cxh56awv";
version = "4.0.2";
sha256 = "1ggh8yndnsmccgsl11fia4v2cad0vq3clibgh0311r3c43mwvnah";
buildDepends = [ text vector ];
testDepends = [ HUnit QuickCheck random text vector ];
jailbreak = true;