about summary refs log tree commit diff
path: root/third_party/haskell-language-server/default.nix
{ pkgs, ... }:

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