Hide GHC.JS.Prim.Internal.Build?
While working on !9816 (closed) I found that GHC.JS.Prim.Internal.Build
is exposed, despite its module name claiming to be internal. What is the intended purpose of this module? Do they need to be exposed? If so, should we perhaps move them to another Javascript-specific package?
CLC proposal (accepted): https://github.com/haskell/core-libraries-committee/issues/329
-
Deprecate GHC.JS.Prim.Internal.Build in GHC 9.14 (done in !14296 (closed)) -
Remove GHC.JS.Prim.Internal.Build in GHC 9.16
Edited by Sylvain Henry