2014-07-14 12:21:41 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-11-12 23:38:46 +00:00
|
|
|
{ cabal, aeson, attoparsec, base16Bytestring, byteable
|
|
|
|
, caseInsensitive, conduit, cryptohash, dataDefault, failure
|
|
|
|
, hashable, HTTP, httpConduit, httpTypes, network, text, time
|
|
|
|
, unorderedContainers, vector
|
2013-02-25 14:25:24 +00:00
|
|
|
}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "github";
|
2014-12-10 09:48:27 +00:00
|
|
|
version = "0.13.1";
|
|
|
|
sha256 = "0rz89lpswxxsdyfjb63v9md96bxr3abxzwqryh1a2jxhm7f1ia5l";
|
2013-02-25 14:25:24 +00:00
|
|
|
buildDepends = [
|
2014-11-12 23:38:46 +00:00
|
|
|
aeson attoparsec base16Bytestring byteable caseInsensitive conduit
|
|
|
|
cryptohash dataDefault failure hashable HTTP httpConduit httpTypes
|
|
|
|
network text time unorderedContainers vector
|
2013-02-25 14:25:24 +00:00
|
|
|
];
|
|
|
|
meta = {
|
2013-04-12 21:04:56 +01:00
|
|
|
homepage = "https://github.com/fpco/github";
|
2013-02-25 14:25:24 +00:00
|
|
|
description = "Access to the Github API, v3";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2014-08-27 11:46:30 +01:00
|
|
|
maintainers = with self.stdenv.lib.maintainers; [ fuuzetsu ];
|
2013-02-25 14:25:24 +00:00
|
|
|
};
|
|
|
|
})
|