mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03: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: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "zip-archive";
|
pname = "zip-archive";
|
||||||
version = "0.1.1.8";
|
version = "0.1.2.1";
|
||||||
sha256 = "0rq4jk1sxi6lrc7d7sh500lh83v2fxxrfh2gknqiyzxd3wh364y1";
|
sha256 = "1c0pjbrkfv44nbpz60b1c4xdbkdk8qaxlkfxl51rb2183gj1gkph";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [ binary digest filepath mtl utf8String zlib ];
|
buildDepends = [ binary digest filepath mtl time utf8String zlib ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/jgm/zip-archive";
|
homepage = "http://github.com/jgm/zip-archive";
|
||||||
description = "Library for creating and modifying zip archives";
|
description = "Library for creating and modifying zip archives";
|
||||||
|
Loading…
Reference in New Issue
Block a user