Questions tagged [eclipse-fp]

EclipseFP is a set of Eclipse plugins for Haskell development.

EclipseFP

EclipseFP is a set of Eclipse plugins for Haskell development. It provides syntax highlighting, error reporting and automatic correction, integration with GHC and Cabal. It also offers GHCi run configurations, complete with debugging support.

More Information

The EclipseFP web site: https://eclipsefp.github.io/
The Sourceforge Help forum: https://sourceforge.net/projects/eclipsefp/forums/forum/371922
The source code on GitHub: https://github.com/JPMoresmau/eclipsefp

BuildWrapper

BuildWrapper is a Haskell executable that is used by EclipseFP to interact with the Cabal and GHC APIs. The github source can be found at https://github.com/JPMoresmau/BuildWrapper

27 questions
6
votes
0 answers

how to find where and why cabal fails - could not resolve dependencies

I tried to install few modules this morning to get Eclipse FP to work, scion-browser and buildwrapper failed. [root@localhost ghc-mod]# cabal install scion-browser Resolving dependencies... cabal: Could not resolve dependencies: trying:…
opensourcegeek
  • 5,552
  • 7
  • 43
  • 64
4
votes
1 answer

EclipseFP doesn't working

I am trying to install EclipseFP on Eclipse version: Mars Release (4.5.0) on Mac OS Yosemite 10.10.5. While Haskell perspective is appeared, nothing special for Haskell language is not working (Syntax highlight, hoogle search & etc...) Here is my…
Yury Kochubeev
  • 177
  • 1
  • 1
  • 12
4
votes
1 answer

Haskell: Interact use causing error

I'm trying to use the interact function, but I'm having an issue with the following code: main::IO() main = interact test test :: String -> String test [] = show 0 test a = show 3 I'm using EclipseFP and taking one input it seems like there is an…
Vidhur Vohra
  • 88
  • 1
  • 5
3
votes
1 answer

Problem with »Scion« not found

When I try to use HaskellFP for Eclipse, I always get a popup that the Scion server failed to build. In the console appears the following message: cabal: The program ghc version >=6.4 is required but it could not be found. I have the latetest…
fuz
  • 88,405
  • 25
  • 200
  • 352
3
votes
1 answer

EclipseFP issues with Hoogle

Installed EclipseFP, looks without any observable issues. However, when I start Eclipse, I get this: Whether I click yes or no, the same thing happens on next restart. Also, in the Hoogle view, I see this: even though I see the databases seemingly…
steady rain
  • 2,246
  • 3
  • 14
  • 18
3
votes
3 answers

cabal install scion-browser fails on Ubuntu 12.04 because haskeline needs Cabal library version >= 1.16

I installed EclipseFP, the Haskell plugin for Eclipse, on my Ubuntu 12.04 machine running Eclipse 3.7.2 and ghc(i) 7.4.1. Everytime I start Eclipse, EclipseFP asks me to install the helper executable scion-browser (0.2.12) and buildrunner (0.7.2)…
ThomasH
  • 830
  • 1
  • 8
  • 23
3
votes
1 answer

EclipseFP auto-completion (intellisense) is missing items

I'm trying using Eclipse with the EclipseFP plugin to develop a simple application in Haskell using Fay. For some reason Fay modules are not showing up in the IDE's autocompletion. For example, if I type import. and hit ctrl-space a list of modules…
Oenotria
  • 1,692
  • 11
  • 24
2
votes
1 answer

EclipseFP on Indigo, issues with Maven?

I'm trying to install EclipseFP, using the usual Eclipse "Install new software" approach. However, at the "Installation Details" window, it says "This operation cannot be completed", giving me the following details: Cannot complete the install…
Dan Burton
  • 53,238
  • 27
  • 117
  • 198
2
votes
1 answer

Installation errors when installing executables for EclipseFP

I installed the EclipseFP 2.6.4 plugin under Eclipse Luna, then restarted. When it started to attempt to install the executables for the first time, nothing was installed successfully. I went through all of the log files that were generated and…
Thomas Owens
  • 114,398
  • 98
  • 311
  • 431
2
votes
2 answers

EclipseFP is searching for GHC and cannot find it

I have working Eclipse (Kepler Service Release 2) + EclipseFP (2.6.0) + Haskell Platform under Windows 8.1 x64. In one moment after some cabal install, EclipseFP stopped working and showing me: The program ghc version >=6.4 is required but it could…
The_Ghost
  • 2,070
  • 15
  • 26
1
vote
1 answer

Eclipse FP Cannot Get Documentation to Appear

In the website here, it shows pictures of EclipseFP plugin with pop-up documentation. ^ All I get is the type signature - "putChar :: Char -> IO()". I have all the helper executables other than the ones for web frameworks and SourceGraph and…
Michael Lafayette
  • 2,972
  • 3
  • 20
  • 54
1
vote
0 answers

Installation of EclipseFP on Eclipse Luna (Mac OS X Yosemite)

I'm trying to get EclipseFP (Haskell support, but the original coder stopped maintaining it last month) working on my iMac but everything seems to fail constantly. I've been debugging this for hours now and like most other Haskell stuff there isn't…
Jurgen
  • 311
  • 3
  • 10
1
vote
1 answer

Using HLint.hs file in EclipseFP

Is it possible to use HLint.hs file to customize HLint messages in EclipseFP? I tried adding a HLint.hs file in the project root containing: import "hint" HLint.HLint ignore "Use camelCase" but it has no effect: Update: For HLint to pick up the…
Răzvan Flavius Panda
  • 21,730
  • 17
  • 111
  • 169
1
vote
3 answers

Launch from GUI vs terminal - different path environment variable on Linux

Environment: Ubuntu Eclipse with EclipseFP plugin http://eclipsefp.github.io/ When opening EclipseFP by double clicking in Nemo file manager a custom tool named htfpp used by EclipseFP is not found. Error message: buildwrapper: could not execute:…
Răzvan Flavius Panda
  • 21,730
  • 17
  • 111
  • 169
1
vote
1 answer

eclipsefp and yesod :installed package was not recognized

error info from eclipse At least the following dependencies are missing: hspec -any, yesod-test ==1.4.* but after install these packs,the issue remains i reinstalled eclipsefp,yesod,buildwrapper,hoogle,scion-browser,no help. build yesod project…
doofin
  • 508
  • 2
  • 13
1
2