mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 07:01:54 +00:00
haskell-zip-archive: update to version 0.1.2.1
This commit is contained in:
parent
fcc014e13e
commit
a8b903c849
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user