On Tue, May 24, 2011 at 2:52 AM, Niklas Broberg <[email protected]> wrote: > > nibro@nibro-laptop:~/src/haskell-src-exts$ cabal sdist > Building source dist for haskell-src-exts-1.11.1... > Preprocessing library haskell-src-exts-1.11.1... > Source tarball created: dist/haskell-src-exts-1.11.1.tar.gz > nibro@nibro-laptop:~/src/haskell-src-exts$ cabal upload > dist/haskell-src-exts-1.11.1.tar.gz > Hackage username: NiklasBroberg > Hackage password: > Uploading dist/haskell-src-exts-1.11.1.tar.gz... > Error: dist/haskell-src-exts-1.11.1.tar.gz: 500 Internal Server Error > 500 Internal Server Error > <stdin>: hWaitForInput: invalid argument (Invalid or incomplete multibyte or > wide character) > nibro@nibro-laptop:~/src/haskell-src-exts$ > > > Hackage's fault, cabal's fault, or (*gasp*) mine?
Here's my guess - there is a character in some non-unicode encoding in one of the names in the cabal file. _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
