forked from mirrors/nixpkgs
haskell-language-server: drop obsolete ghc-8.6.5 from the wrapper
This commit is contained in:
parent
021b8328ce
commit
bfc21fc316
|
@ -1,4 +1,4 @@
|
|||
{ lib, supportedGhcVersions ? [ "865" "884" "8104" ], stdenv, haskellPackages
|
||||
{ lib, supportedGhcVersions ? [ "884" "8104" ], stdenv, haskellPackages
|
||||
, haskell }:
|
||||
#
|
||||
# The recommended way to override this package is
|
||||
|
|
Loading…
Reference in a new issue