haskell-ListLike: update to version 4.0.0

This commit is contained in:
Peter Simons 2013-06-11 11:36:56 +02:00
parent 97f45745bd
commit fd1291e985
1 changed files with 5 additions and 5 deletions

View File

@ -1,11 +1,11 @@
{ cabal }: { cabal, HUnit, QuickCheck, random, text, vector }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "ListLike"; pname = "ListLike";
version = "3.1.7.1"; version = "4.0.0";
sha256 = "1g3i8iz71x3j41ji9xsbh84v5hj3mxls0zqnx27sb31mx6bic4w1"; sha256 = "13dw8pkj8dwxb81gbcm7gn221zyr3ck9s9s1iv7v1b69chv0zyxk";
isLibrary = true; buildDepends = [ text vector ];
isExecutable = true; testDepends = [ HUnit QuickCheck random text vector ];
meta = { meta = {
homepage = "http://software.complete.org/listlike"; homepage = "http://software.complete.org/listlike";
description = "Generic support for list-like structures"; description = "Generic support for list-like structures";