Skip to content

Commit

Permalink
languages/haskell: fix DAP command definition
Browse files Browse the repository at this point in the history
  • Loading branch information
amadalusia committed Dec 21, 2024
1 parent 52042f6 commit 0946d43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/plugins/languages/haskell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ in {
cmd = ${
if isList cfg.dap.package
then expToLua cfg.dap.package
else ''${cfg.dap.package}/bin/haskell-debug-adapter''
else ''{"${cfg.dap.package}/bin/haskell-debug-adapter"}''
},
},
''}
Expand Down

0 comments on commit 0946d43

Please sign in to comment.