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 4ab2d8c commit 04dc617Copy full SHA for 04dc617
haskell-checkers.el
@@ -144,7 +144,7 @@
144
145
(defun haskell-lint-make-command (file)
146
"Generates command line for scan"
147
- (concat haskell-lint-command " \"/" file "/\"" " " haskell-lint-options))
+ (concat haskell-lint-command " \"" file "\"" " " haskell-lint-options))
148
149
(defmacro haskell-checkers-setup (type name)
150
"Performs setup of corresponding checker. Receives two arguments:
0 commit comments