nixpkgs/pkgs/development/libraries/haskell/github/default.nix

25 lines
782 B
Nix
Raw Normal View History

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, aeson, attoparsec, caseInsensitive, conduit, 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-08-04 11:10:46 +02:00
version = "0.9";
sha256 = "19ff9srvm03n9iz7mf6wadydfw0xs0j9ayvr86dmmp9blmjkqc0d";
2013-02-25 15:25:24 +01:00
buildDepends = [
aeson attoparsec caseInsensitive conduit dataDefault failure
hashable HTTP httpConduit httpTypes network text time
unorderedContainers vector
2013-02-25 15:25:24 +01:00
];
jailbreak = true;
2013-02-25 15:25:24 +01:00
meta = {
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;
};
})