haskellPackages.ghcup: reflect streamly hackage update
This commit is contained in:
parent
6852fdd5ad
commit
ecc88d7a5c
2 changed files with 3 additions and 3 deletions
|
@ -2006,7 +2006,7 @@ EOT
|
||||||
ghcup = doJailbreak (super.ghcup.overrideScope (self: super: {
|
ghcup = doJailbreak (super.ghcup.overrideScope (self: super: {
|
||||||
hspec-golden-aeson = self.hspec-golden-aeson_0_9_0_0;
|
hspec-golden-aeson = self.hspec-golden-aeson_0_9_0_0;
|
||||||
optics = self.optics_0_4;
|
optics = self.optics_0_4;
|
||||||
streamly = self.streamly_0_8_0;
|
streamly = self.streamly_0_8_1;
|
||||||
Cabal = self.Cabal_3_6_2_0;
|
Cabal = self.Cabal_3_6_2_0;
|
||||||
libyaml-streamly = markUnbroken super.libyaml-streamly;
|
libyaml-streamly = markUnbroken super.libyaml-streamly;
|
||||||
}));
|
}));
|
||||||
|
|
|
@ -250,11 +250,11 @@ self: super: ({
|
||||||
c2hsc = addTestToolDepends [ pkgs.gcc ] super.c2hsc;
|
c2hsc = addTestToolDepends [ pkgs.gcc ] super.c2hsc;
|
||||||
|
|
||||||
# streamly depends on Cocoa starting with 0.8.0
|
# streamly depends on Cocoa starting with 0.8.0
|
||||||
streamly_0_8_0 = overrideCabal (drv: {
|
streamly_0_8_1 = overrideCabal (drv: {
|
||||||
libraryFrameworkDepends = [
|
libraryFrameworkDepends = [
|
||||||
darwin.apple_sdk.frameworks.Cocoa
|
darwin.apple_sdk.frameworks.Cocoa
|
||||||
] ++ (drv.libraryFrameworkDepends or []);
|
] ++ (drv.libraryFrameworkDepends or []);
|
||||||
}) super.streamly_0_8_0;
|
}) super.streamly_0_8_1;
|
||||||
|
|
||||||
} // lib.optionalAttrs pkgs.stdenv.isAarch64 { # aarch64-darwin
|
} // lib.optionalAttrs pkgs.stdenv.isAarch64 { # aarch64-darwin
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue