Skip to content

Commit f07c2ff

Browse files
committed
Fix more warnings
1 parent cf6504c commit f07c2ff

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

plugins/hls-tactics-plugin/old/src/Wingman/LanguageServer.hs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55

66
{-# LANGUAGE NoMonoLocalBinds #-}
77

8+
-- Some versions of GHC are cleverer about this
9+
{-# OPTIONS_GHC -Wno-redundant-constraints #-}
10+
811
module Wingman.LanguageServer where
912

1013
import Control.Arrow ((***))

0 commit comments

Comments
 (0)