
On Fri, 2014-04-11 at 16:59 +0300, Michael Snoyman wrote:
On Fri, Apr 11, 2014 at 4:01 PM, Duncan Coutts
wrote:
It is available directly at:
http://hackage.haskell.org/package/conduit-1.1.0/upload-time and you may also be interested in http://hackage.haskell.org/package/conduit-1.1.0/uploader
How would you know this exists? The whole API is automatically (if not brilliantly) documented:
http://hackage.haskell.org/api (which itself is mentioned on the front page)
The goal has always been that all the info be publicly available in human and machine readable formats (at least JSON). There are certainly things missing, but we'll accept patches that exposes more stuff.
Duncan
Thanks, I looked through that page, but somehow missed the upload-time call.
It's currently grouped by feature. I had intended to also have a merged view with the resources from all features which would be helpful at times like these. (Turned out to be slightly more tricky than I'd expected so I didn't implement it.)
It would still be convenient to have the entire upload history in a single page available, but this will provide what I need for now. Thank you!
Patches gratefully accepted! :-) Duncan