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
|
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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user