haskellPackages.ghcup: Fix build
This commit is contained in:
parent
0d065994f6
commit
e49d3a2ebc
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}));
|
||||
|
|
Loading…
Reference in a new issue