[Git][ghc/ghc][wip/ghc-internals-move] 2 commits: Build ordering
Ben Gamari (@bgamari)
gitlab at gitlab.haskell.org
Sun Jan 28 23:17:28 UTC 2024
Ben Gamari pushed to branch wip/ghc-internals-move at Glasgow Haskell Compiler / GHC
Commits:
39287d49 by Ben Gamari at 2024-01-28T18:17:20-05:00
Build ordering
- - - - -
2f257f8e by Ben Gamari at 2024-01-28T18:17:23-05:00
Windows
- - - - -
2 changed files:
- libraries/ghc-internal/src/Data/Kind.hs
- libraries/ghc-internal/src/GHC/Event/Windows.hsc
Changes:
=====================================
libraries/ghc-internal/src/Data/Kind.hs
=====================================
@@ -18,5 +18,7 @@
module Data.Kind ( Type, Constraint, FUN ) where
+import GHC.Num.BigNat () -- For build ordering
+
import GHC.Prim
import GHC.Types
=====================================
libraries/ghc-internal/src/GHC/Event/Windows.hsc
=====================================
@@ -80,7 +80,7 @@ module GHC.Event.Windows (
-- There doesn't seem to be GHC.* import for these
import Control.Concurrent.MVar (modifyMVar)
-import {-# SOURCE #-} Control.Concurrent (forkOS)
+import GHC.Conc.Bound (forkOS)
import Data.Semigroup.Internal (stimesMonoid)
import Data.Foldable (mapM_, length, forM_)
import Data.Maybe (isJust, maybe)
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/ae3dc879fe1a15eee4cd2066a7435f95df09434c...2f257f8e84192f2823c3ca86cd2bca4de2317351
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/ae3dc879fe1a15eee4cd2066a7435f95df09434c...2f257f8e84192f2823c3ca86cd2bca4de2317351
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/20240128/c5f39adb/attachment-0001.html>
More information about the ghc-commits
mailing list