We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5746ff commit 97a8a4dCopy full SHA for 97a8a4d
plugins/hls-tactics-plugin/src/Wingman/StaticPlugin.hs
@@ -20,11 +20,15 @@ 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
- { staticPlugins = staticPlugins df <> [metaprogrammingPlugin]
28
+ , staticPlugins = staticPlugins df <> [metaprogrammingPlugin]
29
+#endif
30
}
31
+#if __GLASGOW_HASKELL__ >= 808
32
, dynFlagsModifyParser = enableQuasiQuotes
33
#endif
34
0 commit comments