[Git][ghc/ghc][wip/ttg-booleanformula] remove unneeded imports

Hassan Al-Awwadi (@hassan.awwadi) gitlab at gitlab.haskell.org
Sun Oct 6 12:22:28 UTC 2024



Hassan Al-Awwadi pushed to branch wip/ttg-booleanformula at Glasgow Haskell Compiler / GHC


Commits:
42effa94 by Hassan Al-Awwadi at 2024-10-06T14:22:09+02:00
remove unneeded imports

- - - - -


2 changed files:

- compiler/GHC/Iface/Ext/Ast.hs
- compiler/GHC/Parser.y


Changes:

=====================================
compiler/GHC/Iface/Ext/Ast.hs
=====================================
@@ -37,7 +37,6 @@ import GHC.Core.FVs
 import GHC.Core.DataCon           ( dataConNonlinearType )
 import GHC.Types.FieldLabel ( FieldLabel(flSelector) )
 import GHC.Hs
-import GHC.Hs.Instances()
 import GHC.Hs.Syn.Type
 import GHC.Utils.Monad            ( concatMapM, MonadIO(liftIO) )
 import GHC.Types.Id               ( isDataConId_maybe )


=====================================
compiler/GHC/Parser.y
=====================================
@@ -47,7 +47,6 @@ import qualified Data.List.NonEmpty as NE
 import qualified Prelude -- for happy-generated code
 
 import GHC.Hs
-import GHC.Hs.Extension (GhcPass, Pass(..))
 
 import GHC.Driver.Backpack.Syntax
 



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/42effa949f9827d812ebc3a1dc78fed219748ca4

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/42effa949f9827d812ebc3a1dc78fed219748ca4
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/20241006/9e45b196/attachment.html>


More information about the ghc-commits mailing list