File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
ghcide/src/Development/IDE/GHC/Compat
plugins/hls-class-plugin/src/Ide/Plugin/Class Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -841,8 +841,6 @@ pattern L l a <- GHC.L (getLoc -> l) a
841841type HasSrcSpan = SrcLoc. HasSrcSpan
842842getLoc :: SrcLoc. HasSrcSpan a => a -> SrcLoc. SrcSpan
843843getLoc = SrcLoc. getLoc
844- instance HasSrcSpan SrcLoc. SrcSpan where
845- Development.IDE.GHC.Compat.Core. getLoc = id
846844
847845#else
848846
@@ -852,8 +850,6 @@ instance HasSrcSpan Name where
852850 getLoc = nameSrcSpan
853851instance HasSrcSpan (SrcLoc. GenLocated SrcSpan a ) where
854852 getLoc = SrcLoc. getLoc
855- instance HasSrcSpan SrcSpan where
856- getLoc = id
857853
858854#endif
859855
Original file line number Diff line number Diff line change 55
66module Ide.Plugin.Class.CodeAction where
77
8+ import Control.Applicative (liftA2 )
89import Control.Lens hiding (List , use )
910import Control.Monad.Extra
1011import Control.Monad.IO.Class (liftIO )
You can’t perform that action at this time.
0 commit comments