Use package.yaml to point to project root of haskell

This commit is contained in:
Natsu Kagami 2021-12-15 14:44:15 -05:00
parent 7bb885e133
commit 7077a8ffa5
Signed by: nki
GPG key ID: 7306B3D3C3AD6E51

View file

@ -81,7 +81,7 @@ let
args = [ "--lsp" ];
command = "haskell-language-server-wrapper";
filetypes = [ "haskell" ];
roots = [ "Setup.hs" "stack.yaml" "*.cabal" ];
roots = [ "Setup.hs" "stack.yaml" "*.cabal" "package.yaml" ];
};
html = {
args = [ "--stdio" ];