about summary refs log tree commit diff
path: root/third_party/haskell-language-server/default.nix
blob: 82dcbaf82dfd0472a34cd3dbef3d6db1e4af8480 (plain) (blame)
1
2
3
4
5
6
{ pkgs, ... }:

rec {
  hls-nix = { ghc }: import ./hls.nix { inherit pkgs ghc; };
  ghc883 = hls-nix { ghc = "ghc883"; };
}