1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
| jkff@ubuntu:~$ cabal update v3
Downloading the latest package list from hackage.haskell.org
Sending:
GET /packages/archive/00index.tar.gz HTTP/1.1
Host: hackage.haskell.org
UserAgent: cabalinstall/0.8.0
Creating new connection to hackage.haskell.org
Received:
HTTP/1.0 200 OK
Date: Mon, 20 Dec 2010 12:23:59 GMT
Server: Apache/2.2.9 (Debian) mod_python/3.3.1 Python/2.5.2
LastModified: Mon, 20 Dec 2010 11:47:42 GMT
ETag: "1bda0b4-2306a3-497d6166ed380"
AcceptRanges: bytes
ContentLength: 2295459
ContentType: application/xtar
ContentEncoding: xgzip
Age: 127
XCache: HIT from gw.macys.lupus.griddynamics.net
XCacheLookup: HIT from gw.macys.lupus.griddynamics.net:3128
Via: 1.0 gw.macys.lupus.griddynamics.net (squid/3.0.STABLE25)
Connection: close
Downloaded to /home/jkff/.cabal/packages/hackage.haskell.org/00index.tar.gz
cabal: Codec.Compression.Zlib: premature end of compressed stream
|