[Git][ghc/ghc][wip/compact-iface] Don't use source import
Matthew Pickering
gitlab at gitlab.haskell.org
Fri May 22 10:57:11 UTC 2020
Matthew Pickering pushed to branch wip/compact-iface at Glasgow Haskell Compiler / GHC
Commits:
e7b032e6 by Matthew Pickering at 2020-05-22T11:56:58+01:00
Don't use source import
- - - - -
1 changed file:
- compiler/GHC/Builtin/Uniques.hs
Changes:
=====================================
compiler/GHC/Builtin/Uniques.hs
=====================================
@@ -38,7 +38,7 @@ import GHC.Utils.Outputable
import GHC.Types.Unique
import GHC.Types.Name
import GHC.Utils.Misc
-import {-# SOURCE #-} GHC.Core.TyCo.Rep
+import GHC.Core.TyCo.Rep
import {-# SOURCE #-} GHC.Core.ConLike
import Data.Bits
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/e7b032e6437bede391c94ee58583d2b93619098e
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/e7b032e6437bede391c94ee58583d2b93619098e
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/20200522/9408ebca/attachment.html>
More information about the ghc-commits
mailing list