私がする時cabal install criterion
パッケージに関して次のエラーが表示されますvector-algorithms
Warning: The package list for 'hackage.haskell.org' is 16 days old.
Run 'cabal update' to get the latest list of available packages.
Resolving dependencies...
Downloading vector-algorithms-0.4...
cabal: Error: some packages failed to install:
vector-algorithms-0.4 failed while downloading the package. The exception was:
connect: does not exist (Connection refused)
そして、cabal update
もう一度実行するとエラーが発生します
Downloading the latest package list from hackage.haskell.org
cabal: openTCPConnection: host lookup failure for ""
なにが問題ですか?
このPPAからUbuntu 11.10とGHC 7.0.4を使用していますが、システムの残りの部分ではネットワーク接続は問題ありません。