We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9f1a46 commit 2e08ba7Copy full SHA for 2e08ba7
haskell-load.el
@@ -252,7 +252,7 @@ list of modules where missed IDENT was found."
252
(haskell-process-send-string
253
(cadr state)
254
(format haskell-process-do-cabal-format-string
255
- (haskell-session-cabal-dir (car state))
+ (shell-quote-argument (haskell-session-cabal-dir (car state)))
256
(format "%s %s" app-name (cl-caddr state)))))
257
:live
258
(lambda (state buffer)
0 commit comments