-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement revision urls, drop "index/" url #63
Conversation
targets <- prepareIndexPkgMetadata expiryTime ppv | ||
let path = outputDir </> "index" </> prettyShow pkgName </> prettyShow pkgVersion </> "package.json" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We're now no longer writing this file anywhere? Does that matter?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think it ever mattered. I don't think hackage serves it either.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not really sure what the tradeoff is here but seems fine.
It should be safe; but you just made be think that I didn't serve the latest cabal file anymore so I put that back under the hackage url ( |
The /index paths where removed in input-output-hk/foliage#63
The /index paths where removed in input-output-hk/foliage#63
Closes #58