mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-06 04:53:27 +00:00
haskellPackages: Fixup crypton minor version in overrides
This commit is contained in:
parent
e9e6a2e476
commit
d92b7a7f37
@ -1176,7 +1176,7 @@ self: super: {
|
|||||||
# stack-2.13.1 requires a bunch of the latest packages.
|
# stack-2.13.1 requires a bunch of the latest packages.
|
||||||
(drv: drv.overrideScope (hfinal: hprev: {
|
(drv: drv.overrideScope (hfinal: hprev: {
|
||||||
ansi-terminal = hprev.ansi-terminal_1_0; # needs ansi-terminal >= 1.0
|
ansi-terminal = hprev.ansi-terminal_1_0; # needs ansi-terminal >= 1.0
|
||||||
crypton = hprev.crypton_0_33; # needs crypton >= 0.33
|
crypton = hprev.crypton_0_34; # needs crypton >= 0.33
|
||||||
hedgehog = doJailbreak hprev.hedgehog; # has too strict version bound for ansi-terminal
|
hedgehog = doJailbreak hprev.hedgehog; # has too strict version bound for ansi-terminal
|
||||||
hpack = hprev.hpack_0_36_0; # needs hpack == 0.36.0
|
hpack = hprev.hpack_0_36_0; # needs hpack == 0.36.0
|
||||||
http-client-tls = hprev.http-client-tls_0_3_6_3; # needs http-client-tls >= 0.3.6.2
|
http-client-tls = hprev.http-client-tls_0_3_6_3; # needs http-client-tls >= 0.3.6.2
|
||||||
|
Loading…
Reference in New Issue
Block a user