haskell-github: patch to fix build with recent versions of conduit
Cc: @jwiegley
This commit is contained in:
parent
9ec3e833f7
commit
017a8975e7
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user