haskell-ListLike: updated to version 3.1.1

svn path=/nixpkgs/trunk/; revision=28284
This commit is contained in:
Peter Simons 2011-08-07 20:25:19 +00:00
parent 0c8a434cf0
commit 477a7ef458

View File

@ -1,12 +1,17 @@
{cabal}: {cabal} :
cabal.mkDerivation (self : { cabal.mkDerivation (self : {
pname = "ListLike"; pname = "ListLike";
version = "3.0.1"; version = "3.1.1";
sha256 = "1366ipy33fphjjk583c62rsyfwh36i5lbnip1v8r089c9glvwkxf"; sha256 = "16q1rsjr9rjlm8iwmr32s1yfcpw0xj34hvb8jfjqyfsail6nh9fh";
meta = { meta = {
homepage = "http://software.complete.org/listlike";
description = "Generic support for list-like structures"; description = "Generic support for list-like structures";
license = "BSD"; license = self.stdenv.lib.licenses.bsd3;
maintainers = [self.stdenv.lib.maintainers.andres]; platforms = self.stdenv.lib.platforms.haskellPlatforms;
maintainers = [
self.stdenv.lib.maintainers.simons
self.stdenv.lib.maintainers.andres
];
}; };
}) })