Merge pull request #506 from amadaluzia/fix-haskell

languages/haskell: fix DAP command definition
This commit is contained in:
raf 2024-12-21 08:14:43 +03:00 committed by GitHub
commit 62d296a2dc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"}''
},
},
''}