2014-07-14 13:21:41 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2013-12-14 11:30:19 +01:00
|
|
|
{ cabal, binary, digest, filepath, HUnit, mtl, text, time, zlib }:
|
2009-06-30 10:04:12 +02:00
|
|
|
|
2011-08-10 01:00:20 +02:00
|
|
|
cabal.mkDerivation (self: {
|
2009-06-30 10:04:12 +02:00
|
|
|
pname = "zip-archive";
|
2014-04-28 19:18:24 +02:00
|
|
|
version = "0.2.2.1";
|
|
|
|
sha256 = "0w9l3kdlwkc3yvyxb152s9qwzmc0kjp6d1cbk7yfkpw3081qgckn";
|
2011-08-10 01:00:20 +02:00
|
|
|
isLibrary = true;
|
|
|
|
isExecutable = true;
|
2013-12-14 11:30:19 +01:00
|
|
|
buildDepends = [ binary digest filepath mtl text time zlib ];
|
2013-02-24 22:09:07 +01:00
|
|
|
testDepends = [ HUnit time ];
|
2013-03-08 13:26:17 +01:00
|
|
|
doCheck = false;
|
2009-06-30 10:04:12 +02:00
|
|
|
meta = {
|
2011-08-10 01:00:20 +02:00
|
|
|
homepage = "http://github.com/jgm/zip-archive";
|
2011-08-11 15:03:51 +02:00
|
|
|
description = "Library for creating and modifying zip archives";
|
2012-04-06 21:48:24 +02:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
2011-08-10 01:00:20 +02:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2014-08-09 12:43:40 +02:00
|
|
|
hydraPlatforms = self.stdenv.lib.platforms.none;
|
2009-06-30 10:04:12 +02:00
|
|
|
};
|
2011-03-28 17:04:00 +02:00
|
|
|
})
|