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 854c007 commit 6a9d45aCopy full SHA for 6a9d45a
haskell-process.el
@@ -117,9 +117,9 @@ See `haskell-process-do-cabal' for more details."
117
118
If no wrapper is needed, then using 'identify function is sufficient.
119
Otherwise, define a function which takes a list of arguments.
120
-For example: (lambda (argv)
121
- (append '(\"nix-shell\" \"haskell-lab.nix\" \"--command\")
122
- (shell-quote-argument argv)))")
+For example:
+ (lambda (argv) (append (list \"nix-shell\" \"default.nix\" \"--command\" )
+ (list (mapconcat 'identity argv \" \"))))")
123
124
(defcustom haskell-process-log
125
nil
0 commit comments