We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9044703 commit cf6504cCopy full SHA for cf6504c
plugins/hls-tactics-plugin/old/src/Wingman/Context.hs
@@ -1,4 +1,8 @@
1
{-# LANGUAGE CPP #-}
2
+-- Some versions of GHC report this in this module.
3
+-- Just turning this off since it's the old source and should
4
+-- go away eventually
5
+{-# OPTIONS_GHC -Wno-overlapping-patterns #-}
6
7
module Wingman.Context where
8
0 commit comments