mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
haskellPackages: drop obsolete package upgrades
This commit is contained in:
parent
a49c815e3d
commit
e0497b3d10
3 changed files with 1 additions and 9 deletions
|
|
@ -68,7 +68,7 @@ haskellPackages.mkDerivation {
|
|||
hashable
|
||||
isocline
|
||||
lens
|
||||
lsp_2_8_0_0
|
||||
lsp
|
||||
mtl
|
||||
network
|
||||
network-simple
|
||||
|
|
|
|||
|
|
@ -81,7 +81,6 @@ with haskellLib;
|
|||
#
|
||||
|
||||
ghc-exactprint = doDistribute self.ghc-exactprint_1_14_0_0;
|
||||
hie-bios = doDistribute (dontCheck self.hie-bios_0_19_0); # Tests access homeless-shelter.
|
||||
|
||||
#
|
||||
# Jailbreaks
|
||||
|
|
|
|||
|
|
@ -1141,13 +1141,6 @@ builtins.intersectAttrs super {
|
|||
];
|
||||
}) super.lsp-test;
|
||||
|
||||
lsp_2_8_0_0 = doDistribute (
|
||||
super.lsp_2_8_0_0.override {
|
||||
lsp-types = self.lsp-types_2_4_0_0;
|
||||
}
|
||||
);
|
||||
lsp-types_2_4_0_0 = doDistribute super.lsp-types_2_4_0_0;
|
||||
|
||||
# the test suite attempts to run the binaries built in this package
|
||||
# through $PATH but they aren't in $PATH
|
||||
dhall-lsp-server = dontCheck super.dhall-lsp-server;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue