you have to add your acls

curl -X DELETE  https://$username:$pwd@hackage.haskell.org/package/linear-1.10.1.2/docs

something like that, suitably adjusted for the libs in question

On Tue, Oct 14, 2014 at 3:00 PM, Johannes Waldmann <johannes.waldmann@htwk-leipzig.de> wrote:
Hi Carter,

> https://hackage.haskell.org/api

Aha. How do I authenticate? I'm getting this (no surprise)

[waldmann@R630 ~]$ curl -i -X DELETE  -H "Accept: application/json"
https://hackage.haskell.org/package/satchmo-2.8.1/docs

HTTP/1.1 401 Unauthorized

- J.