haskell-handa-gdata and haskell-hsbencher-fusion: add packages

This commit is contained in:
Ryan Newton 2014-11-26 17:13:54 -05:00
parent 51a59b34d3
commit 822d37f5a4
3 changed files with 54 additions and 0 deletions

View File

@ -0,0 +1,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;
};
})

View File

@ -0,0 +1,23 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, criterion, csv, dataDefault, filepath, handaGdata
, hsbencher, httpConduit, mtl, network, statistics, text, time
}:
cabal.mkDerivation (self: {
pname = "hsbencher-fusion";
version = "0.3.3";
sha256 = "0vp1biv5jwac3bhj7qxl8x3bw73436qn284fippmlr6f54c15yw8";
isLibrary = true;
isExecutable = true;
buildDepends = [
criterion csv dataDefault filepath handaGdata hsbencher httpConduit
mtl network statistics text time
];
doCheck = false;
meta = {
description = "Backend for uploading benchmark data to Google Fusion Tables";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})

View File

@ -1146,6 +1146,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
hackageDb = callPackage ../development/libraries/haskell/hackage-db {};
handaGdata = callPackage ../development/libraries/haskell/handa-gdata {};
haskellForMaths = callPackage ../development/libraries/haskell/HaskellForMaths {};
haxl = callPackage ../development/libraries/haskell/haxl {};
@ -1251,6 +1253,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
hsbencher = callPackage ../development/libraries/haskell/hsbencher {};
hsbencherFusion = callPackage ../development/libraries/haskell/hsbencher-fusion {};
hsBibutils = callPackage ../development/libraries/haskell/hs-bibutils {};
hsc3 = callPackage ../development/libraries/haskell/hsc3 {};