diff --git a/hls-splice-plugin.cabal b/hls-splice-plugin.cabal
--- a/hls-splice-plugin.cabal
+++ b/hls-splice-plugin.cabal
@@ -1,6 +1,6 @@
 cabal-version:      2.4
 name:               hls-splice-plugin
-version:            2.2.0.0
+version:            2.3.0.0
 synopsis:
   HLS Plugin to expand TemplateHaskell Splices and QuasiQuotes
 
@@ -42,8 +42,8 @@
     , foldl
     , ghc
     , ghc-exactprint
-    , ghcide                == 2.2.0.0
-    , hls-plugin-api        == 2.2.0.0
+    , ghcide                == 2.3.0.0
+    , hls-plugin-api        == 2.3.0.0
     , hls-refactor-plugin
     , lens
     , lsp
@@ -70,6 +70,6 @@
     , base
     , filepath
     , hls-splice-plugin
-    , hls-test-utils == 2.2.0.0
+    , hls-test-utils == 2.3.0.0
     , text
     , row-types
diff --git a/src/Ide/Plugin/Splice.hs b/src/Ide/Plugin/Splice.hs
--- a/src/Ide/Plugin/Splice.hs
+++ b/src/Ide/Plugin/Splice.hs
@@ -539,11 +539,7 @@
                     _ -> Stop
                 )
                 `extQ` \case
-#if __GLASGOW_HASKELL__ == 808
-                    (dL @(Pat GhcPs) -> L l@(RealSrcSpan spLoc _) pat :: Located (Pat GhcPs))
-#else
                     (L (AsSrcSpan l@(RealSrcSpan spLoc _)) pat :: LPat GhcPs)
-#endif
                         | spanIsRelevant l ->
                             case pat of
                                 SplicePat{} -> Here (spLoc, Pat)
