[Git][ghc/ghc][wip/deepseq-1.5.1.0] Bump submodule deepseq to 1.5.1.0
Bodigrim (@Bodigrim)
gitlab at gitlab.haskell.org
Tue Sep 10 20:07:48 UTC 2024
Bodigrim pushed to branch wip/deepseq-1.5.1.0 at Glasgow Haskell Compiler / GHC
Commits:
680b4b89 by Andrew Lelechenko at 2024-09-10T21:07:38+01:00
Bump submodule deepseq to 1.5.1.0
- - - - -
2 changed files:
- compiler/GHC/Unit/Types.hs
- libraries/deepseq
Changes:
=====================================
compiler/GHC/Unit/Types.hs
=====================================
@@ -101,9 +101,9 @@ import GHC.Utils.Fingerprint
import GHC.Utils.Misc
import GHC.Settings.Config (cProjectUnitId)
-import Control.DeepSeq
+import Control.DeepSeq (NFData(..))
import Data.Data
-import Data.List (sortBy )
+import Data.List (sortBy)
import Data.Function
import Data.Bifunctor
import qualified Data.ByteString as BS
=====================================
libraries/deepseq
=====================================
@@ -1 +1 @@
-Subproject commit 09aed1bf774f2f05c8b390539ce35adf5cd68c30
+Subproject commit 7ce6e2d3760b23336fd5f9a36f50df6571606947
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/680b4b894d59237cf136391c664b98dfe3b75e5a
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/680b4b894d59237cf136391c664b98dfe3b75e5a
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/20240910/dc41071b/attachment.html>
More information about the ghc-commits
mailing list