我正在Mac OS Yosemite 10.10.5上的Eclipse版本:Mars Release(4.5.0)上安装EclipseFP。

尽管出现了Haskell透视图,但Haskell语言没有什么特别的功能(语法高亮,搜索错误等等)。

eclipse - EclipseFP无法正常工作-LMLPHP
eclipse - EclipseFP无法正常工作-LMLPHP

这是我的Eclipse首选项:
eclipse - EclipseFP无法正常工作-LMLPHP

看来问题在于并非所有必要的软件包都可以编译(但是请确保这是根本原因)

例如,当我在Haskell帮助程序可执行文件中按下“从黑客安装”按钮时,它正在尝试编译它,但由于ghc-pkg-lib-0.3而失败:

Resolving dependencies...
Notice: installing into a sandbox located at
/Applications/Eclipse.app/Contents/MacOS/.eclipsefp/sandbox
Configuring ghc-pkg-lib-0.3...
Building ghc-pkg-lib-0.3...
Failed to install ghc-pkg-lib-0.3
Build log ( /Applications/Eclipse.app/Contents/MacOS/.eclipsefp/sandbox/logs/ghc-pkg-lib-0.3.log ):
Configuring ghc-pkg-lib-0.3...
Building ghc-pkg-lib-0.3...
Preprocessing library ghc-pkg-lib-0.3...
[1 of 1] Compiling Language.Haskell.Packages ( src/Language/Haskell/Packages.hs, dist/dist-sandbox-b2e886dd/build/Language/Haskell/Packages.o )

src/Language/Haskell/Packages.hs:170:13:
    Couldn't match type ‘[Char]’
                   with ‘Distribution.ModuleName.ModuleName’
    Expected type: InstalledPackageInfo_
                     Distribution.ModuleName.ModuleName
      Actual type: InstalledPackageInfoString
    In the expression: pkgconf
    In the expression:
      pkgconf {exposedModules = convert e, hiddenModules = convert h}

src/Language/Haskell/Packages.hs:170:47:
    Couldn't match type ‘ExposedModule’ with ‘[Char]’
    Expected type: [String]
      Actual type: [ExposedModule]
    In the first argument of ‘convert’, namely ‘e’
    In the ‘exposedModules’ field of a record

src/Language/Haskell/Packages.hs:171:39:
    Couldn't match type ‘ExposedModule’
                   with ‘Distribution.ModuleName.ModuleName’
    Expected type: [Distribution.ModuleName.ModuleName]
      Actual type: [ExposedModule]
    In the ‘hiddenModules’ field of a record
    In the expression:
      pkgconf {exposedModules = convert e, hiddenModules = convert h}
cabal.real: Error: some packages failed to install:
buildwrapper-0.9.1 depends on ghc-pkg-lib-0.3 which failed to install.
ghc-pkg-lib-0.3 failed during the building phase. The exception was:
ExitFailure 1


有人可以帮我吗?

最佳答案

由于EclipseFP和BuildWrapper中经常发生更改,因此它们已停止支持这两个项目,并且也应使用一些Leskah并具有IDE
http://jpmoresmau.blogspot.com.tr/2015/05/eclipsefp-end-of-life-from-me-at-least.html

10-04 19:01