Teo Camarasu pushed to branch wip/T26859 at Glasgow Haskell Compiler / GHC Commits: a1a1fe26 by Teo Camarasu at 2026-01-31T02:11:59+00:00 try no data instance - - - - - 1 changed file: - libraries/base/src/Data/Ord.hs Changes: ===================================== libraries/base/src/Data/Ord.hs ===================================== @@ -41,7 +41,7 @@ import GHC.Internal.Generics import GHC.Internal.Data.Foldable import GHC.Internal.Data.Traversable import GHC.Internal.Control.Monad.Zip -import GHC.Internal.Data.Data +--import GHC.Internal.Data.Data -- $setup -- >>> import Prelude @@ -173,7 +173,7 @@ instance Monad Down where Down a >>= k = k a -- | @since base-4.12.0.0 -deriving instance Data a => Data (Down a) +--deriving instance Data a => Data (Down a) -- | -- > comparing p x y = compare (p x) (p y) View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/a1a1fe26970c4300dd6b0c4ee71e8289... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/a1a1fe26970c4300dd6b0c4ee71e8289... You're receiving this email because of your account on gitlab.haskell.org.