[Git][ghc/ghc][wip/T22745] Drop redundant import
Simon Peyton Jones (@simonpj)
gitlab at gitlab.haskell.org
Wed Jan 18 08:44:39 UTC 2023
Simon Peyton Jones pushed to branch wip/T22745 at Glasgow Haskell Compiler / GHC
Commits:
a0b1abdd by Simon Peyton Jones at 2023-01-18T08:45:03+00:00
Drop redundant import
- - - - -
1 changed file:
- compiler/GHC/Core/Utils.hs
Changes:
=====================================
compiler/GHC/Core/Utils.hs
=====================================
@@ -91,8 +91,7 @@ import GHC.Types.Literal
import GHC.Types.Tickish
import GHC.Types.Id
import GHC.Types.Id.Info
-import GHC.Types.Basic( Arity, Levity(..)
- )
+import GHC.Types.Basic( Arity )
import GHC.Types.Unique
import GHC.Types.Unique.Set
import GHC.Types.Demand
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/a0b1abddc998459685dbce582373db5e37be6449
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/a0b1abddc998459685dbce582373db5e37be6449
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/20230118/71286582/attachment-0001.html>
More information about the ghc-commits
mailing list