Cabal更新:无法下载

Alb*_*ani 2 haskell cabal

尽管多次尝试,Cabal都没有更新.为什么Cabal不能正常工作?我该怎么办?最后更新的日期可追溯至89天.

Windows PowerShell
Copyright (C) Microsoft Corporation. Tutti i diritti sono riservati.

PS C:\WINDOWS\system32> ghc --version
The Glorious Glasgow Haskell Compilation System, version 8.2.2

PS C:\WINDOWS\system32> cabal --version
cabal-install version 2.0.0.1
compiled using version 2.0.1.1 of the Cabal library
PS C:\WINDOWS\system32>

PS C:\WINDOWS\system32> cabal update
Downloading the latest package list from hackage.haskell.org
dieVerbatim: user error (cabal.exe: Failed to download
http://objects-us-west-1.dream.io/hackage-mirror/01-index.tar.gz : No Status
Code could be parsed from response: Eccezione durante una richiesta WebClient.
)
Run Code Online (Sandbox Code Playgroud)

M. *_*osi 6

根据这个git问题,有一个使用的解决方法

 cabal --http-transport=plain-http update
Run Code Online (Sandbox Code Playgroud)

代替.(强制cabal不使用powershell的webclient)