Skip to content

Commit 305408c

Browse files
committed
Ignore warnings from ghc-pkg
1 parent a3d731c commit 305408c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

haskell-modules.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ to stylish-haskell."
7171
(let ((session (haskell-session-maybe)))
7272
(when session
7373
(let ((modules (shell-command-to-string
74-
(format "%s | %s | %s"
74+
(format "%s 2> /dev/null | %s | %s"
7575
(cond
7676
((haskell-sandbox-exists-p session)
7777
(concat "ghc-pkg dump -f "

0 commit comments

Comments
 (0)