
Jens Petersen pushed to branch juhp-ghc-9.10-patch-56735 at Glasgow Haskell Compiler / GHC Commits: 84b38970 by Jens Petersen at 2025-04-15T09:38:16+08:00 fix ambiguous Unit in compiler GHC.Unit.Types on 9.8.4 see https://gitlab.haskell.org/ghc/ghc/-/issues/25433#note_618995 - - - - - 1 changed file: - compiler/GHC/Unit/Types.hs Changes: ===================================== compiler/GHC/Unit/Types.hs ===================================== @@ -104,7 +104,7 @@ 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.Function View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/84b38970f9b0859bd49a7823323f76c9... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/84b38970f9b0859bd49a7823323f76c9... You're receiving this email because of your account on gitlab.haskell.org.