Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/haskell/8.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插件错误的Eclipse_Eclipse_Haskell - Fatal编程技术网

带有Haskell插件错误的Eclipse

带有Haskell插件错误的Eclipse,eclipse,haskell,Eclipse,Haskell,遵循本书中的说明: 我有MacOSX Maverick上的Eclipse开普勒。在Eclipse中安装时,我在安装时遇到以下错误: Resolving dependencies... cabal: Error: some packages failed to install: Graphalyze-0.14.0.2 depends on transformers-base-0.4.1 which failed to install. SourceGraph-0.7.0.5 depends on

遵循本书中的说明:

我有MacOSX Maverick上的Eclipse开普勒。在Eclipse中安装时,我在安装时遇到以下错误:

Resolving dependencies...
cabal: Error: some packages failed to install:
Graphalyze-0.14.0.2 depends on transformers-base-0.4.1 which failed to
install.
SourceGraph-0.7.0.5 depends on transformers-base-0.4.1 which failed to
install.
conduit-1.0.15 depends on transformers-base-0.4.1 which failed to install.
http-client-conduit-0.2.0.1 depends on transformers-base-0.4.1 which failed to
install.
http-conduit-2.0.0.6 depends on transformers-base-0.4.1 which failed to
install.
lifted-base-0.2.2.0 depends on transformers-base-0.4.1 which failed to
install.
mmorph-1.0.2 failed while unpacking the package. The exception was:
user error (data is not in tar format)
monad-control-0.3.2.3 depends on transformers-base-0.4.1 which failed to
install.
pandoc-1.12.3.3 depends on transformers-base-0.4.1 which failed to install.
resourcet-0.4.10 depends on transformers-base-0.4.1 which failed to install.
text-stream-decode-0.1.0.3 failed while unpacking the package. The exception
was:
user error (data is not in tar format)
transformers-base-0.4.1 failed while unpacking the package. The exception was:
user error (data is not in tar format)
yaml-0.8.7.2 depends on transformers-base-0.4.1 which failed to install.

不确定我做错了什么。

您是否尝试过使用
cabal install transformers base从cabal安装
transformers-base-0.4.1
从cabal安装
变压器库
?非tar格式的数据与cabal被破坏有关。尝试手动下载和安装。