[Git][ghc/ghc][wip/fix-26953] Apply 1 suggestion(s) to 1 file(s)
recursion-ninja pushed to branch wip/fix-26953 at Glasgow Haskell Compiler / GHC Commits: bebd1343 by recursion-ninja at 2026-02-26T15:50:59+00:00 Apply 1 suggestion(s) to 1 file(s) Co-authored-by: Rodrigo Mesquita <rodrigo.m.mesquita@gmail.com> - - - - - 1 changed file: - compiler/GHC/Rename/Pat.hs Changes: ===================================== compiler/GHC/Rename/Pat.hs ===================================== @@ -1214,7 +1214,7 @@ rnOverLitVal :: OverLitVal GhcPs -> OverLitVal GhcRn rnOverLitVal = \case HsFractional f -> HsFractional $ rnFractionalLit f HsIntegral i -> HsIntegral $ rnIntegralLit i - HsIsString s -> HsIsString $ renameStringLit s + HsIsString s -> HsIsString $ renameStringLit s rnFractionalLit :: FractionalLit GhcPs -> FractionalLit GhcRn rnFractionalLit f = FL View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/bebd1343d33b67816c3f8e9d059cf685... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/bebd1343d33b67816c3f8e9d059cf685... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
recursion-ninja (@recursion-ninja)