haskell-github: update to version 0.11.1

This commit is contained in:
Peter Simons 2014-09-10 20:40:03 +02:00
parent 0a358f063c
commit ae8d3baab3

View File

@ -1,17 +1,17 @@
# 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, dataDefault { cabal, aeson, attoparsec, caseInsensitive, conduit, cryptohash
, failure, hashable, HTTP, httpConduit, httpTypes, network, text , dataDefault, failure, hashable, HTTP, httpConduit, httpTypes
, time, unorderedContainers, vector , network, text, time, unorderedContainers, vector
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "github"; pname = "github";
version = "0.11.0"; version = "0.11.1";
sha256 = "13p0iplxr85fvgx5lird76xchmhh7xpddq900qr02kbvn5mqv607"; sha256 = "0s94ivp3c40zhwwfxa6nzzgwh2frfih8as81i0kidx4ca35wf92k";
buildDepends = [ buildDepends = [
aeson attoparsec caseInsensitive conduit dataDefault failure aeson attoparsec caseInsensitive conduit cryptohash dataDefault
hashable HTTP httpConduit httpTypes network text time failure hashable HTTP httpConduit httpTypes network text time
unorderedContainers vector unorderedContainers vector
]; ];
meta = { meta = {