我将我的Haskell平台升级到并将新的cabal二进制文件复制到我的MacOS中的〜/ .cabal / bin文件夹中。
$ ghc --version
The Glorious Glasgow Haskell Compilation System, version 7.10.1
$ cabal --version
cabal-install version 1.22.2.0
using version 1.22.2.0 of the Cabal library
现在,当我尝试更新包列表时,出现以下错误:
$ cabal update
Downloading the latest package list from hackage.haskell.org
cabal: Failed to download
http://hackage.haskell.org/packages/archive/00-index.tar.gz : ErrorMisc "Error
HTTP code: 400"
我可以使用我的浏览器下载00-index.tar.gz文件,但是cabal无法下载它。可能是什么问题?