Open
Description
I'm trying to compile haskell-language-server with ghc 8.10.1 (the nix expression I'm using: hls-nix) and for some reason haskell.nix chose to use ghc 8.8.3 to build the project instead of ghc 8.10.1
to reproduce, run nix build --argstr version "8.10.1" -f . exes.haskell-language-server
inside the repo.