haskell-language-server: ghc 8.10.3 -> ghc 8.10.4

This commit is contained in:
Jakob Leifhelm 2021-02-21 19:28:11 +01:00
parent c6a5c7ac58
commit bcadd3e19c
No known key found for this signature in database
GPG Key ID: 6817AA0238100822

View File

@ -1,4 +1,4 @@
{ lib, supportedGhcVersions ? [ "865" "884" "8103" ], stdenv, haskellPackages { lib, supportedGhcVersions ? [ "865" "884" "8104" ], stdenv, haskellPackages
, haskell }: , haskell }:
# #
# The recommended way to override this package is # The recommended way to override this package is