[Git][ghc/ghc][ghc-9.10] Bump submodule deepseq to 1.5.1.0

Ben Gamari pushed to branch ghc-9.10 at Glasgow Haskell Compiler / GHC Commits: d57c1dba by Andrew Lelechenko at 2025-04-16T19:37:25-04:00 Bump submodule deepseq to 1.5.1.0 Partial cherry-pick to ensure that bootstrapping is possible with newer deepseq versions. We do not take the submodule bump itself to ensure that we don't break downstream users unnecessarily. (cherry picked from commit 8e462f4d4bdf2a6c34c249e7be8084565600d300) - - - - - 1 changed file: - compiler/GHC/Unit/Types.hs Changes: ===================================== compiler/GHC/Unit/Types.hs ===================================== @@ -104,9 +104,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 View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/d57c1dbaafa317f113c85b24614050f1... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/d57c1dbaafa317f113c85b24614050f1... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Ben Gamari (@bgamari)