haskell-github: update to version 0.13

This commit is contained in:
Peter Simons 2014-11-13 00:38:46 +01:00
parent e089fa0658
commit 6799b12ecc

View File

@ -1,18 +1,19 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually! # This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, aeson, attoparsec, caseInsensitive, conduit, cryptohash { cabal, aeson, attoparsec, base16Bytestring, byteable
, dataDefault, failure, hashable, HTTP, httpConduit, httpTypes , caseInsensitive, conduit, cryptohash, dataDefault, failure
, network, text, time, unorderedContainers, vector , hashable, HTTP, httpConduit, httpTypes, network, text, time
, unorderedContainers, vector
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "github"; pname = "github";
version = "0.11.1"; version = "0.13";
sha256 = "0s94ivp3c40zhwwfxa6nzzgwh2frfih8as81i0kidx4ca35wf92k"; sha256 = "1vvfrlz6p43mrzskvhp9skh6xbgd5pqcn06wvxw31plpamf5pmzn";
buildDepends = [ buildDepends = [
aeson attoparsec caseInsensitive conduit cryptohash dataDefault aeson attoparsec base16Bytestring byteable caseInsensitive conduit
failure hashable HTTP httpConduit httpTypes network text time cryptohash dataDefault failure hashable HTTP httpConduit httpTypes
unorderedContainers vector network text time unorderedContainers vector
]; ];
meta = { meta = {
homepage = "https://github.com/fpco/github"; homepage = "https://github.com/fpco/github";