3
0
Fork 0
forked from mirrors/nixpkgs

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: {
pname = "ListLike";
version = "4.0.2";
sha256 = "1ggh8yndnsmccgsl11fia4v2cad0vq3clibgh0311r3c43mwvnah";
buildDepends = [ text vector ];
testDepends = [ HUnit QuickCheck random text vector ];
version = "4.1.0";
sha256 = "0j78mm9vsl3scwgqp4h2bhq54hf22bxj9cg9pl26d12zw7038kwj";
buildDepends = [ dlist fmlist text vector ];
testDepends = [ dlist fmlist HUnit QuickCheck random text vector ];
jailbreak = true;
meta = {
homepage = "http://software.complete.org/listlike";