[Git][ghc/ghc][wip/aforemny/ast] AST: remove occurrences of GHC.Unit.Module.ModuleName
Alexander Foremny (@aforemny)
gitlab at gitlab.haskell.org
Sat Jun 8 13:53:59 UTC 2024
Alexander Foremny pushed to branch wip/aforemny/ast at Glasgow Haskell Compiler / GHC
Commits:
1f172333 by Alexander Foremny at 2024-06-08T15:53:07+02:00
AST: remove occurrences of GHC.Unit.Module.ModuleName
`GHC.Unit.Module` re-exports `ModuleName` from
`Language.Haskell.Syntax.Module.Name`.
- - - - -
1 changed file:
- compiler/Language/Haskell/Syntax/Expr.hs
Changes:
=====================================
compiler/Language/Haskell/Syntax/Expr.hs
=====================================
@@ -26,6 +26,7 @@ import Language.Haskell.Syntax.Decls
import Language.Haskell.Syntax.Pat
import Language.Haskell.Syntax.Lit
import Language.Haskell.Syntax.Extension
+import Language.Haskell.Syntax.Module.Name (ModuleName)
import Language.Haskell.Syntax.Type
import Language.Haskell.Syntax.Binds
@@ -33,7 +34,6 @@ import Language.Haskell.Syntax.Binds
import GHC.Types.Fixity (LexicalFixity(Infix), Fixity)
import GHC.Types.SourceText (StringLiteral, SourceText)
-import GHC.Unit.Module (ModuleName)
import GHC.Data.FastString (FastString)
-- libraries:
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/1f1723330ad946bca9c3405d29ff4ced99e4eb5b
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/1f1723330ad946bca9c3405d29ff4ced99e4eb5b
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20240608/72bf0b0b/attachment.html>
More information about the ghc-commits
mailing list