haskell-stack: jailbreak to fix the build

This commit is contained in:
Peter Simons 2018-07-10 20:03:13 +02:00
parent d3a7439722
commit 0b0696f4ac

View file

@ -1088,4 +1088,7 @@ self: super: {
'';
});
# Break out of "aeson <1.3, temporary <1.3".
stack = doJailbreak super.stack;
}