Re: [Haskell-cafe] Cabal update problem

2010-04-12 Thread Duncan Coutts
On Fri, 2010-02-19 at 12:21 +0100, Maciej Podgurski wrote:
 Hi,
 
 after updating to cabal-install-0.8.0/Cabal-1.8.0.2 with GHC 6.10.4, I 
 always get an error when updating the package list:
 
  cabal update
 Downloading the latest package list from hackage.haskell.org
 cabal: Codec.Compression.Zlib: premature end of compressed stream
 
 Is there a way to fix this without rebuilding from the latest darcs repo?

This is a public service announcement:

Windows users should upgrade to cabal-install-0.8.2

Windows binary available here
http://haskell.org/cabal/download.html

I'll also be included in the upcoming release of the Haskell Platform.


Sorry about the silly bug.

Duncan

___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


[Haskell-cafe] Cabal update problem

2010-02-19 Thread Maciej Podgurski

Hi,

after updating to cabal-install-0.8.0/Cabal-1.8.0.2 with GHC 6.10.4, I 
always get an error when updating the package list:


cabal update
   Downloading the latest package list from hackage.haskell.org
   cabal: Codec.Compression.Zlib: premature end of compressed stream

Is there a way to fix this without rebuilding from the latest darcs repo?


Best wishes,

Maciej
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] Cabal update problem

2010-02-19 Thread Valery V. Vorotyntsev
 after updating to cabal-install-0.8.0/Cabal-1.8.0.2 with GHC 6.10.4, I
 always get an error when updating the package list:

    cabal update
   Downloading the latest package list from hackage.haskell.org
   cabal: Codec.Compression.Zlib: premature end of compressed stream

Would you please send the output of `cabal update -v3' command?

-- 
vvv
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] Cabal update problem

2010-02-19 Thread Maciej Podgurski

Am 19.02.2010 13:55 schrieb Valery V. Vorotyntsev:

after updating to cabal-install-0.8.0/Cabal-1.8.0.2 with GHC 6.10.4, I
always get an error when updating the package list:

   cabal update
  Downloading the latest package list from hackage.haskell.org
  cabal: Codec.Compression.Zlib: premature end of compressed stream



Would you please send the output of `cabal update -v3' command?

  


Downloading the latest package list from hackage.haskell.org
Sending:
GET /packages/archive/00-index.tar.gz HTTP/1.1
Host: hackage.haskell.org
User-Agent: cabal-install/0.8.0
Creating new connection to hackage.haskell.org
Received:
HTTP/1.1 200 OK
Date: Fri, 19 Feb 2010 13:28:11 GMT
Server: Apache/2.2.9 (Debian) mod_python/3.3.1 Python/2.5.2
Last-Modified: Fri, 19 Feb 2010 11:18:51 GMT
ETag: 1bda0c4-167869-47ff23f7fdcc0
Accept-Ranges: bytes
Content-Length: 1472617
Content-Type: application/x-tar
Content-Encoding: x-gzip
Downloaded to C:\Dokumente und
Einstellungen\Maciej\Anwendungsdaten\cabal\packages\hackage.haskell.org\00-index.tar.gz
cabal: Codec.Compression.Zlib: premature end of compressed stream


Best wishes,

Maciej
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe