We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73c55f8 commit 940c535Copy full SHA for 940c535
plugins/hls-tactics-plugin/src/Wingman/StaticPlugin.hs
@@ -20,15 +20,11 @@ staticPlugin = mempty
20
{ dynFlagsModifyGlobal =
21
\df -> allowEmptyCaseButWithWarning
22
$ flip gopt_unset Opt_SortBySubsumHoleFits
23
+ $ flip gopt_unset Opt_ShowValidHoleFits
24
$ df
- { refLevelHoleFits = Just 0
25
- , maxRefHoleFits = Just 0
26
- , maxValidHoleFits = Just 0
27
#if __GLASGOW_HASKELL__ >= 808
28
- , staticPlugins = staticPlugins df <> [metaprogrammingPlugin]
29
-#endif
+ { staticPlugins = staticPlugins df <> [metaprogrammingPlugin]
30
}
31
-#if __GLASGOW_HASKELL__ >= 808
32
, dynFlagsModifyParser = enableQuasiQuotes
33
#endif
34
0 commit comments