Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
toku-sa-n committed Jul 22, 2024
1 parent 5187b28 commit a828cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HIndent/Ast/Expression/Splice.hs
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ module HIndent.Ast.Expression.Splice
) where

import qualified GHC.Data.FastString as GHC
import HIndent.Ast.Name.Prefix
import HIndent.Ast.NodeComments
import qualified HIndent.GhcLibParserWrapper.GHC.Hs as GHC
import {-# SOURCE #-} HIndent.Pretty
import HIndent.Pretty.Combinators
import HIndent.Pretty.NodeComments
#if MIN_VERSION_ghc_lib_parser(9, 6, 1)
import qualified GHC.Types.SrcLoc as GHC
import HIndent.Ast.Name.Prefix
#endif
data Splice
= Typed (GHC.LHsExpr GHC.GhcPs)
Expand Down

0 comments on commit a828cd8

Please sign in to comment.