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
1
vote
1 answer

Cabal install hoogle not working

I need to configure eclipsefp and install hoogle and scion-browser for setting up a haskell project using mysql. I tried to install hoogle and scion-browser from Eclipse -> Preference -> Helper executable, and also from the terminal, however…
Steffi
  • 867
  • 5
  • 14
  • 29
1
vote
3 answers

Comparing List Elements in Haskell

I'm just learning Haskell and am kind of stuck. I'd like to compare list elements and measure the difference between them and return the highest one. Unfortunatly, I do not know how to approach that problem. For usual, I'd just iterate the list and…
Henry
  • 727
  • 1
  • 6
  • 25
1
vote
1 answer

EclipseFP rebuild local database error

I have just installed EcpliseFP in a flash Eclipse. The operation system is Ubuntu 13.04. The installation is all good (I have to install some packages through cabal and apt-get). However when I start Eclipse it shows the following error…
Earth Engine
  • 10,048
  • 5
  • 48
  • 78
1
vote
1 answer

Can't install scion-browser on Mac OSX

cabal install scion-browser gives: [ 6 of 23] Compiling Scion.PersistentBrowser.Query ( src/Scion/PersistentBrowser/Query.hs, dist/build/scion-browser/scion-browser-tmp/Scion/PersistentBrowser/Query.o ) src/Scion/PersistentBrowser/Query.hs:258:58: …
Heptic
  • 3,076
  • 4
  • 30
  • 51
1
vote
1 answer

Resolve Cabal conflicts with Yesod, EclipseFP and Haskell Platform 2012.2

I've tried to install Yesod / EclipseFP / Haskell Platform 2012.02 on two Ubuntu machines. Is this possible? (I'm new to Yesod/Haskell and can't interpret the errors, other than they look like two things require incompatible versions of other…
fadedbee
  • 42,671
  • 44
  • 178
  • 308
1
vote
1 answer

Overlapping instances error for Yesod and EclipseFP application

I created an application with EclipseFP, the yesod application. With the out of the box settings, I get an error when I try to run a 'main.hs' file. It looks like it compiles but when I try to run I get the error. I attempted to run by 'right…
Berlin Brown
  • 11,504
  • 37
  • 135
  • 203
0
votes
0 answers

EclipseFP - configuring because setup_config not present

I have installed Haskell platform and I wanted to also install EclipseFP. I followed some instructions online and I thought it was done, but when I type any character i get the following message: configuring because setup_config not…
scaredl
  • 1
  • 3
0
votes
2 answers

cabal install scion-browser fails on ubuntu 14.04 due to incompatible dependencies (in context of installing EclipseFP)

yesterday I tried to install the EclipseFP plugin with a fresh version of Eclipse 3.8 (the default that ships with Ubuntu repositories) and a clean cabal installition, meaning that the only other package installed is cabal-install. The plugin needs…
user3389669
  • 799
  • 6
  • 20
0
votes
1 answer

How to make a haskell module using EclipseFP?

This may be a dumb question, but I am having trouble creating a haskell module in eclipsefp. I can open the HaskellModule wizard but if I click browse next to source folder there is nothing except my project. My project has folders on it but they do…
Others
  • 2,876
  • 2
  • 30
  • 52
0
votes
1 answer

Haskell forall error

Eclipse show error in editor at explicit forall, though I can run the script without errors. How can I fix this? (This also happens when I run it in cmd, think I need a flag here!?) Also warnings about defaulting to integer type are annoying is…
Karim Tarabishy
  • 1,223
  • 1
  • 13
  • 25
0
votes
1 answer

EclipseFG does not search for "user" installed modules

I've just installed EclipseFP and now I am trying to load a module in GHCi. The problem is that GHCi doesn't load libraries installed by cabal, referenced by my module. After I set -v in GHCi and ran :r, it looks like GHCi is only looking for…
Salman
  • 1
  • 2
0
votes
1 answer

BIRT Chart is not opened for Haskell EclipseFP profiling run

I have installed EclipseFP plug-in for Haskell on Eclipse. Everything is fine. I followed instructions from http://eclipsefp.github.com/install.html. My Haskell programs are running there, I have Hoogle help, etc. But if I run my Haskell app with…
The_Ghost
  • 2,070
  • 15
  • 26
1
2