mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
haskellPackages.network-control: use version from stackage
which now matches the version we want!
This commit is contained in:
parent
88de1ef84a
commit
d4dcbad5c2
1 changed files with 0 additions and 4 deletions
|
@ -2978,10 +2978,6 @@ self: super:
|
||||||
# jailbreak to allow deepseq >= 1.5, https://github.com/jumper149/blucontrol/issues/3
|
# jailbreak to allow deepseq >= 1.5, https://github.com/jumper149/blucontrol/issues/3
|
||||||
blucontrol = doJailbreak super.blucontrol;
|
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:
|
# Needs to match pandoc, see:
|
||||||
# https://github.com/jgm/pandoc/commit/97b36ecb7703b434ed4325cc128402a9eb32418d
|
# https://github.com/jgm/pandoc/commit/97b36ecb7703b434ed4325cc128402a9eb32418d
|
||||||
commonmark-pandoc = doDistribute self.commonmark-pandoc_0_2_2_3;
|
commonmark-pandoc = doDistribute self.commonmark-pandoc_0_2_2_3;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue