Teo Camarasu pushed to branch wip/T26859 at Glasgow Haskell Compiler / GHC Commits: bf1b9d51 by Teo Camarasu at 2026-02-03T12:34:14+00:00 wip: try without generic - - - - - 1 changed file: - libraries/base/src/Data/Ord.hs Changes: ===================================== libraries/base/src/Data/Ord.hs ===================================== @@ -37,7 +37,7 @@ import GHC.Internal.Num import GHC.Internal.Read import GHC.Internal.Real (Fractional, Real, RealFrac) import GHC.Internal.Show -import GHC.Internal.Generics +--import GHC.Internal.Generics import GHC.Internal.Data.Foldable import GHC.Internal.Data.Traversable import GHC.Internal.Control.Monad.Zip @@ -90,11 +90,11 @@ newtype Down a = Down , RealFrac -- ^ @since base-4.14.0.0 , RealFloat -- ^ @since base-4.14.0.0 , Storable -- ^ @since base-4.14.0.0 - , Generic -- ^ @since base-4.12.0.0 +-- , Generic -- ^ @since base-4.12.0.0 ) -- | @since base-4.12.0.0 -deriving instance Generic1 Down +--deriving instance Generic1 Down -- | @since base-4.12.0.0 deriving instance Foldable Down View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/bf1b9d51b1add491230754abc4b16605... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/bf1b9d51b1add491230754abc4b16605... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Teo Camarasu (@teo)