Simon Hengel pushed to branch wip/sol/hie-wierd-in-as-external at Glasgow Haskell Compiler / GHC Commits: 78abd8d7 by Simon Hengel at 2025-08-06T17:38:45+00:00 Apply 1 suggestion(s) to 1 file(s) Co-authored-by: Vladislav Zavialov <vlad.z.4096@gmail.com> - - - - - 1 changed file: - compiler/GHC/Iface/Ext/Binary.hs Changes: ===================================== compiler/GHC/Iface/Ext/Binary.hs ===================================== @@ -288,7 +288,7 @@ fromHieName nc hie_name = do ExternalName mod occ span -> updateNameCache nc mod occ $ \cache -> do case lookupOrigNameCache cache mod occ of -- Note that this may be a wired-in name (provided that the NameCache - -- was initialized with know-key names, which is always the case if you + -- was initialized with known-key names, which is always the case if you -- use `newNameCache`). Just name -> pure (cache, name) Nothing -> do View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/78abd8d7a417c1a92388e4e1dccbfb55... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/78abd8d7a417c1a92388e4e1dccbfb55... You're receiving this email because of your account on gitlab.haskell.org.