[Git][ghc/ghc][wip/T21623] Remove unused import
Simon Peyton Jones (@simonpj)
gitlab at gitlab.haskell.org
Mon Sep 26 10:18:38 UTC 2022
Simon Peyton Jones pushed to branch wip/T21623 at Glasgow Haskell Compiler / GHC
Commits:
42707eab by Simon Peyton Jones at 2022-09-26T11:20:29+01:00
Remove unused import
- - - - -
1 changed file:
- compiler/GHC/Core/Type.hs
Changes:
=====================================
compiler/GHC/Core/Type.hs
=====================================
@@ -290,7 +290,7 @@ import GHC.Data.FastString
import GHC.Data.Maybe ( orElse, isJust )
import Control.Monad ( guard )
-import qualified Data.Semigroup as S
+
-- import GHC.Utils.Trace
-- $type_classification
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/42707eaba8e8b6901b4b7d3b74600119361d0c11
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/42707eaba8e8b6901b4b7d3b74600119361d0c11
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/20220926/d2be65b0/attachment.html>
More information about the ghc-commits
mailing list