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.
2 parents 2ba29a6 + ff0fcaf commit 18da298Copy full SHA for 18da298
haskell-commands.el
@@ -658,9 +658,9 @@ command from GHCi."
658
(if (eq system-type 'windows-nt)
659
(haskell-process-send-string
660
(car state)
661
- (format ":!powershell -Command \"& { cd %s ; hasktags -e -x (ls -fi *.hs *.lhs *.hsc -exclude \\\"#*#\\\" -name -r) ; exit }\""
662
- (haskell-session-cabal-dir
663
- (haskell-process-session (car state)))))
+ (format ":!hasktags --output=\"%s\\TAGS\" -x -e \"%s\""
+ (haskell-session-cabal-dir (haskell-process-session (car state)))
+ (haskell-session-cabal-dir (haskell-process-session (car state)))))
664
665
666
(format ":!cd %s && %s | %s"
0 commit comments