summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/handa-gdata/default.nix
blob: b96c68297cbbb9480b2001f77ddbf4729f76e120 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# 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;
  };
})