Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/haskell/9.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Haskell 阴谋集团:windows 7中不存在消息_Haskell_Cabal - Fatal编程技术网

Haskell 阴谋集团:windows 7中不存在消息

Haskell 阴谋集团:windows 7中不存在消息,haskell,cabal,Haskell,Cabal,当我试图更新阴谋集团时,我得到了这个 Resolving dependencies... Configuring cabal-install-1.22.0.0... cabal: does not exist Failed to install cabal-install-1.22.0.0 cabal: Error: some packages failed to install: cabal-install-1.22.0.0 failed during the configure step.

当我试图更新阴谋集团时,我得到了这个

Resolving dependencies...
Configuring cabal-install-1.22.0.0...
cabal: does not exist
Failed to install cabal-install-1.22.0.0
cabal: Error: some packages failed to install:
cabal-install-1.22.0.0 failed during the configure step. The exception was:
ExitFailure 1
我的路径变量的内容是

C:\Users\.....\AppData\Roaming\cabal\bin;C:\opt\gtk\bin
现在该怎么办

编辑:这不仅是阴谋集团安装的问题,也是所有软件包的问题


编辑:我的用户名不包含任何空格

所有内容现在都是。我删除了我以前安装的Mingw。GHC使用的LD不是随附的,这是导致该错误的原因。

a)不要通过该文件在windows上更新cabal-使用从cabal网站下载的单独二进制文件,而是在其自己的文件夹中运行该文件并更新全局实例b)使用
-v
您的用户名是否包含空格?