haskell-pandoc: jailbreak to support syb 0.4.0
This commit is contained in:
parent
e459a7514e
commit
6ff4538b5a
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ cabal.mkDerivation (self: {
|
||||||
];
|
];
|
||||||
configureFlags = "-fblaze_html_0_5";
|
configureFlags = "-fblaze_html_0_5";
|
||||||
patchPhase = ''
|
patchPhase = ''
|
||||||
sed -r -i -e 's|blaze-html >= 0.5 && < 0.6,|blaze-html >= 0.5,|' pandoc.cabal
|
sed -r -i -e 's|blaze-html >= 0.5 && < 0.6,|blaze-html >= 0.5,|' -e 's|syb >= 0.1 && < 0.4,| syb,|' pandoc.cabal
|
||||||
'';
|
'';
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
|
|
Loading…
Reference in a new issue