haskell-ListLike: update to version 4.1.0

This commit is contained in:
Peter Simons 2014-05-21 16:19:31 +02:00
parent 4f5fce2710
commit 8388d60aeb

View File

@ -1,11 +1,11 @@
{ cabal, HUnit, QuickCheck, random, text, vector }: { cabal, dlist, fmlist, HUnit, QuickCheck, random, text, vector }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "ListLike"; pname = "ListLike";
version = "4.0.2"; version = "4.1.0";
sha256 = "1ggh8yndnsmccgsl11fia4v2cad0vq3clibgh0311r3c43mwvnah"; sha256 = "0j78mm9vsl3scwgqp4h2bhq54hf22bxj9cg9pl26d12zw7038kwj";
buildDepends = [ text vector ]; buildDepends = [ dlist fmlist text vector ];
testDepends = [ HUnit QuickCheck random text vector ]; testDepends = [ dlist fmlist HUnit QuickCheck random text vector ];
jailbreak = true; jailbreak = true;
meta = { meta = {
homepage = "http://software.complete.org/listlike"; homepage = "http://software.complete.org/listlike";