2014-07-14 15:21:41 +04:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2013-04-13 00:04:56 +04:00
|
|
|
{ cabal, aeson, attoparsec, caseInsensitive, conduit, dataDefault
|
2013-12-02 14:32:28 +04:00
|
|
|
, failure, hashable, HTTP, httpConduit, httpTypes, network, text
|
|
|
|
, time, unorderedContainers, vector
|
2013-02-25 18:25:24 +04:00
|
|
|
}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "github";
|
2014-08-19 17:34:12 +04:00
|
|
|
version = "0.10.0";
|
|
|
|
sha256 = "1llwzkhyw5wazczpiv3w8dq4l7j3q49ii64yh7cxwakkp2h5yiwb";
|
2013-02-25 18:25:24 +04:00
|
|
|
buildDepends = [
|
2013-12-02 14:32:28 +04:00
|
|
|
aeson attoparsec caseInsensitive conduit dataDefault failure
|
|
|
|
hashable HTTP httpConduit httpTypes network text time
|
|
|
|
unorderedContainers vector
|
2013-02-25 18:25:24 +04:00
|
|
|
];
|
2013-09-07 01:06:43 +04:00
|
|
|
jailbreak = true;
|
2013-02-25 18:25:24 +04:00
|
|
|
meta = {
|
2013-04-13 00:04:56 +04:00
|
|
|
homepage = "https://github.com/fpco/github";
|
2013-02-25 18:25:24 +04:00
|
|
|
description = "Access to the Github API, v3";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|