haskell-github: update to version 0.6.0

This commit is contained in:
Peter Simons 2013-04-12 22:04:56 +02:00
parent 2080202a34
commit 715691eb97

View File

@ -1,23 +1,18 @@
{ cabal, fetchurl, aeson, attoparsec, caseInsensitive, conduit, dataDefault { cabal, aeson, attoparsec, caseInsensitive, conduit, dataDefault
, failure, HTTP, httpConduit, httpTypes, network, text, time , failure, HTTP, httpConduit, httpTypes, network, text, time
, unorderedContainers, vector , unorderedContainers, vector
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "github"; pname = "github";
version = "0.5.0-patched"; version = "0.6.0";
src = fetchurl { sha256 = "1bg443rhh57p10q9dwx4aa2964qwg00swmdlvh1r72c343lrv1gj";
url = "https://github.com/mike-burns/github/archive/df415af64ebd4a28f1f8e5cc726e933545efdd7e.tar.gz";
sha256 = "1d1ya5j1qz1nf5kfkxp48gb0xbcr4fmf9y0kfpd3gxivfrdkfrig";
name = "github-${self.version}.tar.gz";
};
patches = [ (fetchurl { url = "https://github.com/mike-burns/github/pull/33.patch"; sha256 = "1d0m73ygzpk5rd6ahbrf58mxca56s5sd70yrf7fn2r1bh0rlacap"; }) ];
buildDepends = [ buildDepends = [
aeson attoparsec caseInsensitive conduit dataDefault failure HTTP aeson attoparsec caseInsensitive conduit dataDefault failure HTTP
httpConduit httpTypes network text time unorderedContainers vector httpConduit httpTypes network text time unorderedContainers vector
]; ];
meta = { meta = {
homepage = "https://github.com/mike-burns/github"; homepage = "https://github.com/fpco/github";
description = "Access to the Github API, v3"; description = "Access to the Github API, v3";
license = self.stdenv.lib.licenses.bsd3; license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms; platforms = self.ghc.meta.platforms;