-
Notifications
You must be signed in to change notification settings - Fork 133
Open
Description
Mainly because of using affjax for the requests (purescript-contrib/purescript-affjax#131):
spago/src/Spago/Command/Fetch.purs
Lines 225 to 230 in f0f7901
| let packageUrl = "https://packages.registry.purescript.org/" <> PackageName.print name <> "/" <> versionString <> ".tar.gz" | |
| logInfo $ "Fetching package " <> packageVersion | |
| response <- liftAff $ withBackoff' do | |
| res <- Http.request | |
| ( Http.defaultRequest | |
| { method = Left Method.GET |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
