Rodrigo Mesquita pushed to branch wip/spj-reinstallable-base2 at Glasgow Haskell Compiler / GHC Commits: 17f61ab5 by Rodrigo Mesquita at 2026-05-14T16:45:27+01:00 fix [skip ci] - - - - - 1 changed file: - compiler/GHC/Builtin/KnownKeys.hs Changes: ===================================== compiler/GHC/Builtin/KnownKeys.hs ===================================== @@ -140,7 +140,7 @@ knownKeyTable , (mkTcOcc "Functor", functorClassKey) , (mkTcOcc "Lift", liftClassKey) , (mkTcOcc "MonadPlus", monadPlusClassKey) - , (mkTcOcc "MonadFail", monadPlusClassKey) + , (mkTcOcc "MonadFail", monadFailClassKey) -- Numeric classes , (mkTcOcc "Num", numClassKey) View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/17f61ab58d0b4dff5e56a34243bf1485... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/17f61ab58d0b4dff5e56a34243bf1485... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Rodrigo Mesquita (@alt-romes)