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