This commit is contained in:
Bryan Ramos 2023-06-16 22:33:46 -04:00
parent dd5c7d382f
commit a052e49977
2 changed files with 3 additions and 6 deletions

View file

@ -124,6 +124,6 @@ dap.configurations.haskell = {
ghciPrompt = "λ: ",
-- Adjust the prompt to the prompt you see when you invoke the ghci command below
ghciInitialPrompt = "λ: ",
ghciCmd = "ghci --test --no-load --no-build --main-is TARGET --ghci-options -fprint-evld-with-show",
ghciCmd = "stack ghci --test --no-load --no-build --main-is TARGET --ghci-options -fprint-evld-with-show",
},
}

View file

@ -20,8 +20,5 @@ let
purescript-language-server
];
debug = with pkgs; [
haskellPackages.haskell-debug-adapter
];
in
lsp ++ lsp' ++ debug
lsp ++ lsp'