haskell-github: patch to fix build with recent versions of conduit
Cc: @jwiegley
This commit is contained in:
@@ -13,6 +13,9 @@ cabal.mkDerivation (self: {
|
|||||||
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";
|
||||||
|
|||||||
Reference in New Issue
Block a user