Skip to content

Commit

Permalink
Merge pull request #506 from amadaluzia/fix-haskell
Browse files Browse the repository at this point in the history
languages/haskell: fix DAP command definition
  • Loading branch information
NotAShelf authored Dec 21, 2024
2 parents ea3d488 + 8c66f10 commit 62d296a
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 62d296a

Please sign in to comment.