Skip to content

Commit 3a3473d

Browse files
committed
Fix pedantic build
1 parent 99e7cb4 commit 3a3473d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

haskell-language-server.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ library hls-eval-plugin
393393
, unordered-containers
394394

395395
if flag(pedantic)
396-
ghc-options: -Werror
396+
ghc-options: -Werror -Wwarn=redundant-constraints
397397

398398
default-language: Haskell2010
399399
default-extensions:

0 commit comments

Comments
 (0)