cabal upload -- error 404

2013-10-09 Thread Christian Hoener zu Siederdissen
Hi everybody,

Does anybody know what this means and how to resolve it? I have updated
my hackage account and can upload via the web interface, just not via
cabal. cabal config file is new as well.

cabal upload -c dist/PrimitiveArray-0.5.2.0.tar.gz
Checking dist/PrimitiveArray-0.5.2.0.tar.gz...
Error: dist/PrimitiveArray-0.5.2.0.tar.gz: 404 Not Found



Sorry for this being the wrong mailing list ;-)

Many thanks,
Christian


pgp1_9qBMCo5a.pgp
Description: PGP signature
___
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users


Re: cabal upload -- error 404

2013-10-09 Thread Roman Cheplyaka
If you really want to upload the package, then do

  cabal upload dist/PrimitiveArray-0.5.2.0.tar.gz

(without -c).

I'd guess that the new hackage server doesn't yet support the API
required for -c. You can report this at

  https://github.com/haskell/cabal/issues

although it will /probably/ end up at

  https://github.com/haskell/hackage-server/issues

(Please also check that it isn't reported already.)

Roman

* Christian Hoener zu Siederdissen choe...@tbi.univie.ac.at [2013-10-09 
16:32:17+0200]
 Hi everybody,
 
 Does anybody know what this means and how to resolve it? I have updated
 my hackage account and can upload via the web interface, just not via
 cabal. cabal config file is new as well.
 
 cabal upload -c dist/PrimitiveArray-0.5.2.0.tar.gz
 Checking dist/PrimitiveArray-0.5.2.0.tar.gz...
 Error: dist/PrimitiveArray-0.5.2.0.tar.gz: 404 Not Found
 
 
 
 Sorry for this being the wrong mailing list ;-)
 
 Many thanks,
 Christian



 ___
 Glasgow-haskell-users mailing list
 Glasgow-haskell-users@haskell.org
 http://www.haskell.org/mailman/listinfo/glasgow-haskell-users



signature.asc
Description: Digital signature
___
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users