我需要配置 eclipsefp 并安装 hoogle 和 scion-browser 以使用 mysql 设置 haskell 项目。
我尝试从 Eclipse -> Preference -> Helper 可执行文件以及终端安装 hoogle 和 scion-browser,但没有成功。
cabal install hoogle
和
cabal install scion-browser
失败,抛出以下内容:
cabal:codec.compression.zlib:压缩流过早结束。
编辑:可能是阴谋集团版本的问题?如果我在终端中运行 cabal --version ,它会显示: cabal-install version 0.14.0 using 1.14.0 of the Cabal library
如果我执行 cabal update 什么都不会发生。
但是,在 Eclipse -> Helper Executables 中有两个版本可用: 版本 0.14.0 版本 1.18.0.2 它们位于不同的位置,我检查了要使用的第二个。