0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

haskellPackages.network-control: use version from stackage

which now matches the version we want!
This commit is contained in:
sternenseemann 2025-04-22 16:18:30 +02:00
parent 88de1ef84a
commit d4dcbad5c2

View file

@ -2978,10 +2978,6 @@ self: super:
# jailbreak to allow deepseq >= 1.5, https://github.com/jumper149/blucontrol/issues/3
blucontrol = doJailbreak super.blucontrol;
# Stackage LTS 23.17 has 0.1.5, which was marked deprecated as it was broken.
# Can probably be dropped for Stackage LTS >= 23.18
network-control = doDistribute self.network-control_0_1_6;
# Needs to match pandoc, see:
# https://github.com/jgm/pandoc/commit/97b36ecb7703b434ed4325cc128402a9eb32418d
commonmark-pandoc = doDistribute self.commonmark-pandoc_0_2_2_3;