haskell-stack: fix build by updating unliftio, which rio requires

This commit is contained in:
Peter Simons 2019-08-03 11:46:53 +00:00
parent 41ff1335e9
commit 92ad54a274

View file

@ -1132,6 +1132,7 @@ self: super: {
pantry-tmp = dontCheck (unmarkBroken super.pantry-tmp);
rio = self.rio_0_1_11_0;
rio-prettyprint = unmarkBroken super.rio-prettyprint;
unliftio = self.unliftio_0_2_12;
}));
# musl fixes