[Git][ghc/ghc][wip/ttg-booleanformula] cleaned up unused imports
Hassan Al-Awwadi (@hassan.awwadi)
gitlab at gitlab.haskell.org
Sun Oct 6 08:57:34 UTC 2024
Hassan Al-Awwadi pushed to branch wip/ttg-booleanformula at Glasgow Haskell Compiler / GHC
Commits:
8066448a by Hassan Al-Awwadi at 2024-10-06T10:57:15+02:00
cleaned up unused imports
- - - - -
1 changed file:
- compiler/GHC/Iface/Syntax.hs
Changes:
=====================================
compiler/GHC/Iface/Syntax.hs
=====================================
@@ -74,14 +74,13 @@ import GHC.Unit.Module
import GHC.Unit.Module.Warnings
import GHC.Types.SrcLoc
import GHC.Types.SourceText
-import GHC.Data.BooleanFormula ( BooleanFormula(..) )
import GHC.Types.Var( VarBndr(..), binderVar, tyVarSpecToBinders, visArgTypeLike )
import GHC.Core.TyCon ( Role (..), Injectivity(..), tyConBndrVisForAllTyFlag )
import GHC.Core.DataCon (SrcStrictness(..), SrcUnpackedness(..))
import GHC.Builtin.Types ( constraintKindTyConName )
import GHC.Stg.InferTags.TagSig
import GHC.Parser.Annotation (noLocA)
-import GHC.Hs.Extension ( GhcRn, GhcPass )
+import GHC.Hs.Extension ( GhcRn )
import GHC.Hs.Doc ( WithHsDocIdentifiers(..) )
import GHC.Utils.Lexeme (isLexSym)
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/8066448a7a7e95db9b58dc549fef23c5050dfb51
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/8066448a7a7e95db9b58dc549fef23c5050dfb51
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/01f1c84b/attachment-0001.html>
More information about the ghc-commits
mailing list