28 lines
970 B
Nix
28 lines
970 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, base64Bytestring, binary, caseInsensitive, cmdargs
|
|
, dataDefault, filepath, GenericPretty, HTTP, httpConduit, json
|
|
, network, pureMD5, random, regexPosix, resourcet, split, time
|
|
, unixCompat, utf8String, xml
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "handa-gdata";
|
|
version = "0.7.0.1";
|
|
sha256 = "1azjfhwcirf6nv7pym8lcrghvjbrb1hh1y2w43g7qxxdmk54n8g7";
|
|
isLibrary = true;
|
|
isExecutable = true;
|
|
buildDepends = [
|
|
base64Bytestring binary caseInsensitive cmdargs dataDefault
|
|
filepath GenericPretty HTTP httpConduit json network pureMD5 random
|
|
regexPosix resourcet split time unixCompat utf8String xml
|
|
];
|
|
doCheck = false;
|
|
meta = {
|
|
homepage = "http://code.google.com/p/hgdata";
|
|
description = "Library and command-line utility for accessing Google services and APIs";
|
|
license = self.stdenv.lib.licenses.mit;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|