As the title says, roc docs will hang indefinitely for any package which depends on another external package.
Here is a minimum repro:
main.roc
package [Module] {
ex: "https://github.com/imclerran/roc-ex/releases/download/v0.1.0/t5XMk1-aApXQm_XHaZodFPrc4o5lELIADyAqnYrrCv0.tar.br",
}
Module.roc
module [value]
import ex.Example
value = Example.value
# expect value == 1
Correction: Module.roc can be even more minimal:
Module.roc
module []
import ex.Example
I didn't see an existing issue for this on GH, so filed one at #7407.
Just saw #6889. I think this is the same issue.
Yes, but let's keep both open to make sure it's fixed with roc docs as well
Ian McLerran has marked this topic as resolved.
Last updated: Nov 08 2025 at 12:13 UTC