We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3d731c commit 305408cCopy full SHA for 305408c
haskell-modules.el
@@ -71,7 +71,7 @@ to stylish-haskell."
71
(let ((session (haskell-session-maybe)))
72
(when session
73
(let ((modules (shell-command-to-string
74
- (format "%s | %s | %s"
+ (format "%s 2> /dev/null | %s | %s"
75
(cond
76
((haskell-sandbox-exists-p session)
77
(concat "ghc-pkg dump -f "
0 commit comments