Skip to content

Commit 73c8eea

Browse files
committed
Ah, so that's why -Wno-unticked-promoted-constructors
1 parent 556c8a3 commit 73c8eea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/hls-eval-plugin/hls-eval-plugin.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ source-repository head
3838

3939
common warnings
4040
ghc-options:
41-
-Wall -Wunused-packages -Wno-name-shadowing -fno-ignore-asserts
41+
-Wall -Wunused-packages -Wno-name-shadowing -Wno-unticked-promoted-constructors -fno-ignore-asserts
4242

4343
library
4444
import: warnings

0 commit comments

Comments
 (0)