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 = "λ: ",
|
ghciPrompt = "λ: ",
|
||||||
-- Adjust the prompt to the prompt you see when you invoke the ghci command below
|
-- Adjust the prompt to the prompt you see when you invoke the ghci command below
|
||||||
ghciInitialPrompt = "λ: ",
|
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
|
pyright
|
||||||
purescript-language-server
|
purescript-language-server
|
||||||
];
|
];
|
||||||
|
|
||||||
debug = with pkgs; [
|
|
||||||
haskellPackages.haskell-debug-adapter
|
|
||||||
];
|
|
||||||
in
|
in
|
||||||
lsp ++ lsp' ++ debug
|
lsp ++ lsp'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue