Skip to content

Commit 4c84520

Browse files
committed
export GHC.Hs.Utils
1 parent f4a6a1b commit 4c84520

File tree

1 file changed

+2
-0
lines changed
  • ghcide/src/Development/IDE/GHC/Compat

1 file changed

+2
-0
lines changed

ghcide/src/Development/IDE/GHC/Compat/Core.hs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,7 @@ module Development.IDE.GHC.Compat.Core (
320320
module GHC.Hs.ImpExp,
321321
module GHC.Hs.Pat,
322322
module GHC.Hs.Type,
323+
module GHC.Hs.Utils,
323324
module Language.Haskell.Syntax.Expr,
324325
#endif
325326

@@ -483,6 +484,7 @@ import GHC.Hs.Extension
483484
import GHC.Hs.ImpExp
484485
import GHC.Hs.Pat
485486
import GHC.Hs.Type
487+
import GHC.Hs.Utils
486488
#endif
487489
#if !MIN_VERSION_ghc(9,2,0)
488490
import GHC.Hs

0 commit comments

Comments
 (0)