haskell-github: update to version 0.8

This commit is contained in:
Peter Simons 2014-05-03 11:44:50 +02:00
parent b851ea759e
commit 9953352f3e

View File

@ -5,17 +5,14 @@
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "github"; pname = "github";
version = "0.7.4"; version = "0.8";
sha256 = "1yalhixisjv1n9ihik3h6ya25f0066dd422nbpfysj9093hv3a5w"; sha256 = "0lzz7q2gjiq4z8yi1sb981m220qnwjizk9hqv09yfj5a4grqfchf";
buildDepends = [ buildDepends = [
aeson attoparsec caseInsensitive conduit dataDefault failure aeson attoparsec caseInsensitive conduit dataDefault failure
hashable HTTP httpConduit httpTypes network text time hashable HTTP httpConduit httpTypes network text time
unorderedContainers vector unorderedContainers vector
]; ];
jailbreak = true; jailbreak = true;
patchPhase = ''
sed -i -e '/^import Data.Conduit (ResourceT)/d' Github/Private.hs
'';
meta = { meta = {
homepage = "https://github.com/fpco/github"; homepage = "https://github.com/fpco/github";
description = "Access to the Github API, v3"; description = "Access to the Github API, v3";