Uploading to Hackage Problems
I am trying to upload a new version of a package but I get a page saying “no authorisation provided” (the url is http://hackage.haskell.org/packages/candidates/) and I could find no way of logging in. The page http://hackage.haskell.org/packages/upload merely has a “choose file” button and an “upload package” button. Dominic Steinitz dominic@steinitz.org http://idontgetoutmuch.wordpress.com
What's you username? On Sun, Feb 23, 2014 at 2:51 PM, Dominic Steinitz <dominic@steinitz.org>wrote:
I am trying to upload a new version of a package but I get a page saying "no authorisation provided" (the url is http://hackage.haskell.org/packages/candidates/) and I could find no way of logging in. The page http://hackage.haskell.org/packages/upload merely has a "choose file" button and an "upload package" button.
Dominic Steinitz dominic@steinitz.org http://idontgetoutmuch.wordpress.com
_______________________________________________ cabal-devel mailing list cabal-devel@haskell.org http://www.haskell.org/mailman/listinfo/cabal-devel
DominicSteinitz Dominic Steinitz dominic@steinitz.org http://idontgetoutmuch.wordpress.com On 23 Feb 2014, at 13:58, Johan Tibell <johan.tibell@gmail.com> wrote:
What's you username?
On Sun, Feb 23, 2014 at 2:51 PM, Dominic Steinitz <dominic@steinitz.org> wrote: I am trying to upload a new version of a package but I get a page saying “no authorisation provided” (the url is http://hackage.haskell.org/packages/candidates/) and I could find no way of logging in. The page http://hackage.haskell.org/packages/upload merely has a “choose file” button and an “upload package” button.
Dominic Steinitz dominic@steinitz.org http://idontgetoutmuch.wordpress.com
_______________________________________________ cabal-devel mailing list cabal-devel@haskell.org http://www.haskell.org/mailman/listinfo/cabal-devel
You're on the uploader list at least. What does cabal upload -v3 say? On Sun, Feb 23, 2014 at 2:59 PM, Dominic Steinitz <dominic@steinitz.org>wrote:
DominicSteinitz
Dominic Steinitz dominic@steinitz.org http://idontgetoutmuch.wordpress.com
On 23 Feb 2014, at 13:58, Johan Tibell <johan.tibell@gmail.com> wrote:
What's you username?
On Sun, Feb 23, 2014 at 2:51 PM, Dominic Steinitz <dominic@steinitz.org>wrote:
I am trying to upload a new version of a package but I get a page saying "no authorisation provided" (the url is http://hackage.haskell.org/packages/candidates/) and I could find no way of logging in. The page http://hackage.haskell.org/packages/uploadmerely has a "choose file" button and an "upload package" button.
Dominic Steinitz dominic@steinitz.org http://idontgetoutmuch.wordpress.com
_______________________________________________ cabal-devel mailing list cabal-devel@haskell.org http://www.haskell.org/mailman/listinfo/cabal-devel
Doing it from the command line told me I was trying to upload an existing version but that’s not the error message you get if you use the web interface. So my problem is solved. I guess most people use the CLI? Thanks for your help Dominic Steinitz dominic@steinitz.org http://idontgetoutmuch.wordpress.com On 23 Feb 2014, at 14:04, Johan Tibell <johan.tibell@gmail.com> wrote:
You're on the uploader list at least. What does cabal upload -v3 say?
On Sun, Feb 23, 2014 at 2:59 PM, Dominic Steinitz <dominic@steinitz.org> wrote: DominicSteinitz
Dominic Steinitz dominic@steinitz.org http://idontgetoutmuch.wordpress.com
On 23 Feb 2014, at 13:58, Johan Tibell <johan.tibell@gmail.com> wrote:
What's you username?
On Sun, Feb 23, 2014 at 2:51 PM, Dominic Steinitz <dominic@steinitz.org> wrote: I am trying to upload a new version of a package but I get a page saying “no authorisation provided” (the url is http://hackage.haskell.org/packages/candidates/) and I could find no way of logging in. The page http://hackage.haskell.org/packages/upload merely has a “choose file” button and an “upload package” button.
Dominic Steinitz dominic@steinitz.org http://idontgetoutmuch.wordpress.com
_______________________________________________ cabal-devel mailing list cabal-devel@haskell.org http://www.haskell.org/mailman/listinfo/cabal-devel
I used both (more CLI nowadays). Feel free to file a bug at https://github.com/haskell/hackage-server On Sun, Feb 23, 2014 at 3:10 PM, Dominic Steinitz <dominic@steinitz.org>wrote:
Doing it from the command line told me I was trying to upload an existing version but that's not the error message you get if you use the web interface. So my problem is solved. I guess most people use the CLI?
Thanks for your help
Dominic Steinitz dominic@steinitz.org http://idontgetoutmuch.wordpress.com
On 23 Feb 2014, at 14:04, Johan Tibell <johan.tibell@gmail.com> wrote:
You're on the uploader list at least. What does cabal upload -v3 say?
On Sun, Feb 23, 2014 at 2:59 PM, Dominic Steinitz <dominic@steinitz.org>wrote:
DominicSteinitz
Dominic Steinitz dominic@steinitz.org http://idontgetoutmuch.wordpress.com
On 23 Feb 2014, at 13:58, Johan Tibell <johan.tibell@gmail.com> wrote:
What's you username?
On Sun, Feb 23, 2014 at 2:51 PM, Dominic Steinitz <dominic@steinitz.org>wrote:
I am trying to upload a new version of a package but I get a page saying "no authorisation provided" (the url is http://hackage.haskell.org/packages/candidates/) and I could find no way of logging in. The page http://hackage.haskell.org/packages/uploadmerely has a "choose file" button and an "upload package" button.
Dominic Steinitz dominic@steinitz.org http://idontgetoutmuch.wordpress.com
_______________________________________________ cabal-devel mailing list cabal-devel@haskell.org http://www.haskell.org/mailman/listinfo/cabal-devel
On 23 Feb 2014, at 13:51, Dominic Steinitz wrote:
I am trying to upload a new version of a package but I get a page saying “no authorisation provided” (the url is http://hackage.haskell.org/packages/candidates/) and I could find no way of logging in. The page http://hackage.haskell.org/packages/upload merely has a “choose file” button and an “upload package” button.
You are probably using Safari from a Mac. Try using a different browser, e.g. Chrome, and you should be presented with the right authentication dialogue. Regards, Malcolm
Ha! That is indeed the problem. Thank you. Dominic Steinitz dominic@steinitz.org http://idontgetoutmuch.wordpress.com On 23 Feb 2014, at 19:41, Malcolm Wallace <malcolm.wallace@me.com> wrote:
On 23 Feb 2014, at 13:51, Dominic Steinitz wrote:
I am trying to upload a new version of a package but I get a page saying “no authorisation provided” (the url is http://hackage.haskell.org/packages/candidates/) and I could find no way of logging in. The page http://hackage.haskell.org/packages/upload merely has a “choose file” button and an “upload package” button.
You are probably using Safari from a Mac. Try using a different browser, e.g. Chrome, and you should be presented with the right authentication dialogue.
Regards, Malcolm
participants (3)
-
Dominic Steinitz -
Johan Tibell -
Malcolm Wallace