mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
cat
This commit is contained in:
parent
dd5c7d382f
commit
a052e49977
2 changed files with 3 additions and 6 deletions
|
|
@ -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",
|
||||
},
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,9 +19,6 @@ let
|
|||
pyright
|
||||
purescript-language-server
|
||||
];
|
||||
|
||||
debug = with pkgs; [
|
||||
haskellPackages.haskell-debug-adapter
|
||||
];
|
||||
|
||||
in
|
||||
lsp ++ lsp' ++ debug
|
||||
lsp ++ lsp'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue