stack: jailbreak to fix build with ghc-8.6.1

This commit is contained in:
Peter Simons 2018-10-19 11:38:27 +02:00
parent 4ec2418dda
commit 2f055cec0a

View File

@ -118,4 +118,7 @@ self: super: {
# https://github.com/jgm/pandoc/issues/4974
pandoc = doJailbreak super.pandoc_2_3_1;
# Break out of "yaml >=0.10.4.0 && <0.11".
stack = doJailbreak super.stack;
}