[Git][ghc/ghc][wip/T23479] Apply 1 suggestion(s) to 1 file(s)
Serge S. Gulin (@gulin.serge)
gitlab at gitlab.haskell.org
Mon Aug 26 14:11:33 UTC 2024
Serge S. Gulin pushed to branch wip/T23479 at Glasgow Haskell Compiler / GHC
Commits:
b8ee4a8c by Serge S. Gulin at 2024-08-26T14:11:30+00:00
Apply 1 suggestion(s) to 1 file(s)
Co-authored-by: Sylvain Henry <sylvain at haskus.fr>
- - - - -
1 changed file:
- compiler/GHC/Builtin/Names.hs
Changes:
=====================================
compiler/GHC/Builtin/Names.hs
=====================================
@@ -1685,7 +1685,7 @@ jsvalTyConName :: Name
jsvalTyConName = tcQual gHC_INTERNAL_WASM_PRIM_TYPES (fsLit "JSVal") jsvalTyConKey
unsafeUnpackJSStringUtf8ShShName :: Name
-unsafeUnpackJSStringUtf8ShShName = tcQual gHC_INTERNAL_JS_PRIM (fsLit "unsafeUnpackJSStringUtf8##") unsafeUnpackJSStringUtf8ShShKey
+unsafeUnpackJSStringUtf8ShShName = varQual gHC_INTERNAL_JS_PRIM (fsLit "unsafeUnpackJSStringUtf8##") unsafeUnpackJSStringUtf8ShShKey
{-
************************************************************************
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/b8ee4a8c01dfa60b7ccb3cf414d2d52c22cdb1ce
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/b8ee4a8c01dfa60b7ccb3cf414d2d52c22cdb1ce
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20240826/926ae437/attachment.html>
More information about the ghc-commits
mailing list