[Git][ghc/ghc][wip/aforemny/ast] AST: GHC.Prelude -> Prelude

Alexander Foremny (@aforemny) gitlab at gitlab.haskell.org
Sat Jun 8 13:45:23 UTC 2024



Alexander Foremny pushed to branch wip/aforemny/ast at Glasgow Haskell Compiler / GHC


Commits:
30c86dd2 by Alexander Foremny at 2024-06-08T15:44:15+02:00
AST: GHC.Prelude -> Prelude

Refactor occurrences to GHC.Prelude with Prelude within
Language/Haskell.

- - - - -


1 changed file:

- compiler/Language/Haskell/Syntax/Expr.hs-boot


Changes:

=====================================
compiler/Language/Haskell/Syntax/Expr.hs-boot
=====================================
@@ -9,7 +9,7 @@ module Language.Haskell.Syntax.Expr where
 import Language.Haskell.Syntax.Extension ( XRec )
 import Data.Kind  ( Type )
 
-import GHC.Prelude (Eq)
+import Prelude (Eq)
 import Data.Data (Data)
 
 type role HsExpr nominal



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/30c86dd2ce065b5e71e448da54c0bb2891d4f2ae

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/30c86dd2ce065b5e71e448da54c0bb2891d4f2ae
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/c3818306/attachment.html>


More information about the ghc-commits mailing list