haskell-zip-archive: update to version 0.1.2.1

This commit is contained in:
Peter Simons 2012-10-18 14:16:37 +02:00
parent fcc014e13e
commit a8b903c849

View file

@ -1,12 +1,12 @@
{ cabal, binary, digest, filepath, mtl, utf8String, zlib }:
{ cabal, binary, digest, filepath, mtl, time, utf8String, zlib }:
cabal.mkDerivation (self: {
pname = "zip-archive";
version = "0.1.1.8";
sha256 = "0rq4jk1sxi6lrc7d7sh500lh83v2fxxrfh2gknqiyzxd3wh364y1";
version = "0.1.2.1";
sha256 = "1c0pjbrkfv44nbpz60b1c4xdbkdk8qaxlkfxl51rb2183gj1gkph";
isLibrary = true;
isExecutable = true;
buildDepends = [ binary digest filepath mtl utf8String zlib ];
buildDepends = [ binary digest filepath mtl time utf8String zlib ];
meta = {
homepage = "http://github.com/jgm/zip-archive";
description = "Library for creating and modifying zip archives";