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";
|
||||
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;
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue