[Git][ghc/ghc][wip/angerman/sized] Fix superfluous import
Moritz Angermann
gitlab at gitlab.haskell.org
Mon Nov 2 06:29:38 UTC 2020
Moritz Angermann pushed to branch wip/angerman/sized at Glasgow Haskell Compiler / GHC
Commits:
263852cd by Moritz Angermann at 2020-11-02T14:29:18+08:00
Fix superfluous import
- - - - -
1 changed file:
- compiler/GHC/CmmToAsm/Ppr.hs
Changes:
=====================================
compiler/GHC/CmmToAsm/Ppr.hs
=====================================
@@ -44,7 +44,6 @@ import GHC.Word
#if MIN_VERSION_ghc_prim(0,8,0)
import GHC.Base (extendWord8#)
#else
-import GHC.Prim (Word#)
extendWord8# :: Word# -> Word#
extendWord8# w = w
#endif
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/263852cd831f283b3409d3b18962c6dfd8c50e62
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/263852cd831f283b3409d3b18962c6dfd8c50e62
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/20201102/89e62d6e/attachment.html>
More information about the ghc-commits
mailing list