Skip to content

Commit 61656f5

Browse files
committed
fix rename plugin language extensions for ghc-92
1 parent b6065ca commit 61656f5

File tree

1 file changed

+1
-0
lines changed
  • plugins/hls-rename-plugin/src/Ide/Plugin

1 file changed

+1
-0
lines changed

plugins/hls-rename-plugin/src/Ide/Plugin/Rename.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
{-# LANGUAGE OverloadedStrings #-}
88
{-# LANGUAGE RankNTypes #-}
99
{-# LANGUAGE ScopedTypeVariables #-}
10+
{-# LANGUAGE TypeApplications #-}
1011

1112
module Ide.Plugin.Rename (descriptor) where
1213

0 commit comments

Comments
 (0)