1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

haskell-ListLike: updated to version 3.1.4

svn path=/nixpkgs/trunk/; revision=31050
This commit is contained in:
Peter Simons 2011-12-23 11:57:56 +00:00
parent e4a2d3ff6d
commit 25373e78d3

View file

@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "ListLike";
version = "3.1.2";
sha256 = "1fa2y8yc0ppmh37alc20a75gpb90i8s3pgnh3kg8n0577gvhjhzz";
version = "3.1.4";
sha256 = "0cpj7vqlazs2yzh0ffhlg69kdb18xyicybfw614nlqfhhrp53lj9";
isLibrary = true;
isExecutable = true;
meta = {