Skip to content

Commit aa41832

Browse files
committed
Stop hiding AnnLet from GHC.Hs
1 parent bea2c18 commit aa41832

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • plugins/hls-refactor-plugin/src/Development/IDE/GHC

plugins/hls-refactor-plugin/src/Development/IDE/GHC/Dump.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import Development.IDE.GHC.Compat hiding (LocatedA,
77
import Development.IDE.GHC.Compat.ExactPrint (ExactPrint, exactPrint)
88
import Development.IDE.GHC.Compat.Util
99
import Generics.SYB (ext1Q, ext2Q, extQ)
10-
import GHC.Hs hiding (AnnLet)
10+
import GHC.Hs
1111
import GHC.Hs.Dump
1212
import GHC.Plugins hiding (AnnLet)
1313
import Prelude hiding ((<>))

0 commit comments

Comments
 (0)