haskell-pandoc: jailbreak to fix the build
This commit is contained in:
parent
22c495bb28
commit
cce612a649
@ -59,7 +59,10 @@ self: super: {
|
|||||||
# https://github.com/jgm/skylighting/issues/55
|
# https://github.com/jgm/skylighting/issues/55
|
||||||
skylighting-core = dontCheck super.skylighting-core;
|
skylighting-core = dontCheck super.skylighting-core;
|
||||||
|
|
||||||
# Break out of "yaml >=0.10.4.0 && <0.11".
|
# Break out of "yaml >=0.10.4.0 && <0.11": https://github.com/commercialhaskell/stack/issues/4485
|
||||||
stack = doJailbreak super.stack;
|
stack = doJailbreak super.stack;
|
||||||
|
|
||||||
|
# Break out of "tasty >= 0.11 && < 1.2": https://github.com/jgm/pandoc/issues/5200
|
||||||
|
pandoc = doJailbreak super.pandoc;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user