[Git][ghc/ghc][wip/time-profile-tick] base: Hide timeProfileTick#
Ben Gamari (@bgamari)
gitlab at gitlab.haskell.org
Tue Nov 21 14:23:24 UTC 2023
Ben Gamari pushed to branch wip/time-profile-tick at Glasgow Haskell Compiler / GHC
Commits:
e4617402 by Ben Gamari at 2023-11-21T14:23:21+00:00
base: Hide timeProfileTick#
- - - - -
2 changed files:
- libraries/base/src/GHC/Base.hs
- libraries/base/src/GHC/Exts.hs
Changes:
=====================================
libraries/base/src/GHC/Base.hs
=====================================
@@ -117,7 +117,7 @@ import GHC.Classes
import GHC.CString
import GHC.Magic
import GHC.Magic.Dict
-import GHC.Prim
+import GHC.Prim hiding ( timeProfileTick# )
import GHC.Prim.Ext
import GHC.Prim.PtrEq
import GHC.Err
=====================================
libraries/base/src/GHC/Exts.hs
=====================================
@@ -130,7 +130,7 @@ module GHC.Exts
maxTupleSize,
) where
-import GHC.Prim hiding ( coerce )
+import GHC.Prim hiding ( coerce, timeProfileTick# )
import GHC.Types
hiding ( IO -- Exported from "GHC.IO"
, Type -- Exported from "Data.Kind"
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/e46174023f096542ace000e71ac685ab5c851942
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/e46174023f096542ace000e71ac685ab5c851942
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/20231121/cd584546/attachment-0001.html>
More information about the ghc-commits
mailing list