haskell-language-server: init at 0.1.0.0

This commit is contained in:
Guillaume Desforges
2020-06-29 11:50:15 +02:00
parent 9b0a1bfcdd
commit 356cd30269
7 changed files with 237 additions and 6 deletions
@@ -16,4 +16,9 @@ self: super: {
# spago is not released to Hackage.
# https://github.com/spacchetti/spago/issues/512
spago = self.callPackage ../tools/purescript/spago/spago.nix { };
# HLS and its fork of ghcide that it uses
# both are auto-generated by pkgs/development/tools/haskell/haskell-language-server/update.sh
haskell-language-server = self.callPackage ../tools/haskell/haskell-language-server { };
hls-ghcide = self.callPackage ../tools/haskell/haskell-language-server/hls-ghcide.nix { };
}