haskell-github: patch to fix build with recent versions of conduit

Cc: @jwiegley
This commit is contained in:
Peter Simons 2014-04-07 13:25:57 +02:00
parent 9ec3e833f7
commit 017a8975e7

View file

@ -13,6 +13,9 @@ cabal.mkDerivation (self: {
unorderedContainers vector
];
jailbreak = true;
patchPhase = ''
sed -i -e '/^import Data.Conduit (ResourceT)/d' Github/Private.hs
'';
meta = {
homepage = "https://github.com/fpco/github";
description = "Access to the Github API, v3";