input-output-hk / devx

The Developer Experience Shell - This repo contains a nix develop shell for haskell. Its primary purpose is to help get a development shell for haskell quickly and across multiple operating systems (and architectures).
Apache License 2.0
39 stars 9 forks source link

Update HLS to version 2.0 #96

Closed yvan-sraka closed 1 year ago

yvan-sraka commented 1 year ago
% nix develop ".#ghc962"
trace: No HLint. Not yet compatible with ghc962

 _____ _____ _____    _____         _       _ _    _____ _       _ _ 
|     |     |   __|  |  |  |___ ___| |_ ___| | |  |   __| |_ ___| | |
|-   -|  |  |  |  |  |     | .'|_ -| '_| -_| | |  |__   |   | -_| | |
|_____|_____|_____|  |__|__|__,|___|_,_|___|_|_|  |_____|_|_|___|_|_|

Revision (input-output-hk/devx): 63135bc983b8000fcd267843740f3cdad7bf8d75.
CABAL_DIR set to /Users/yvan/.cabal-devx
[~/IOHK/devx]$ haskell-language-server --version
2023-08-28T09:40:27.450883Z | Info | No log file specified; using stderr.
haskell-language-server version: 2.0.0.0 (GHC: 9.6.2) (PATH: /nix/store/jfbsphs6bqq52cs185ynxmzc5h55prb1-haskell-language-server-exe-haskell-language-server-2.0.0.0/bin/haskell-language-server)

It currently provides version 2.0.0.0 and 2.0.0.1 is the one marked as recommended by ghcup, but nix flake update solve that :)