haskellPackages.ghcup: Fix build

This commit is contained in:
Malte Brandy 2022-01-10 00:53:06 +01:00
parent 0d065994f6
commit e49d3a2ebc

View File

@ -2005,7 +2005,7 @@ self: super: {
ghcup = doJailbreak (super.ghcup.overrideScope (self: super: {
hspec-golden-aeson = self.hspec-golden-aeson_0_9_0_0;
optics = self.optics_0_4;
streamly = self.streamly_0_8_1_1;
streamly = doJailbreak self.streamly_0_8_1_1;
Cabal = self.Cabal_3_6_2_0;
libyaml-streamly = markUnbroken super.libyaml-streamly;
}));