2011/3/3 JP Moresmau &lt;<a href="mailto:jpmoresmau@gmail.com">jpmoresmau@gmail.com</a>&gt;:<br><br>&gt; Hello, I&#39;m one of the maintainers of EclipseFP. It is a real<br>&gt; alternative: it works, it is maintained, supported and enhanced. I use<br>
&gt; it for my own projects, and of course I use it to work on the version<br>&gt; of the scion library that ships with it, so we eat our own dogfood<br>&gt; :-). A new minor version is going to come out in the next couple of<br>
&gt; weeks. Why don&#39;t you give it a try? We appreciate any feedback!<br><br>from  <a href="http://eclipsefp.sourceforge.net/eclipsefp2.html">http://eclipsefp.sourceforge.net/eclipsefp2.html</a> I understand that building scion is automatically done, but can be optionally done it it&#39;s too long.<br>
but from <a href="http://eclipsefp.sourceforge.net/build.html">http://eclipsefp.sourceforge.net/build.html</a> I see that I do have to build it. But :<br><br><blockquote class="webkit-indent-blockquote" style="margin: 0 0 0 40px; border: none; padding: 0px;">
<font class="Apple-style-span" face="&#39;courier new&#39;, monospace">git clone <a href="http://github.com/JPMoresmau/scion.git">http://github.com/JPMoresmau/scion.git</a><br></font><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">Initialized empty Git repository in /data/code/scion/.git/<br>
</font><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">remote: Counting objects: 3563, done.<br></font><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">remote: Compressing objects: 100% (1310/1310), done.<br>
</font><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">remote: Total 3563 (delta 2137), reused 3342 (delta 1970)<br></font><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">Receiving objects: 100% (3563/3563), 580.09 KiB | 395 KiB/s, done.                                                            <br>
</font><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">Resolving deltas: 100% (2137/2137), done.                                                                                    <br> </font><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">david@pcdavid:~/code$ cd scion/                                                                                              <br>
</font><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">david@pcdavid:~/code/scion$ sudo cabal install<br></font><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">[sudo] password for david:<br>
 </font><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">Resolving dependencies...<br></font><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">cabal: dependencies conflict: ghc-6.12.3 requires Cabal ==1.8.0.6 however<br>
</font><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">Cabal-1.8.0.6 was excluded because scion-0.1.0.8 requires Cabal ==1.6.*<br></font><font class="Apple-style-span" face="&#39;courier new&#39;, monospace"><br>
</font></blockquote><div>I&#39;m not sure what to do now. Trying to install eclipsefp without scion built in case it works, but I&#39;m not used to eclipse, I could use some screenshots to take me step by step through the process. For example, My &quot;project&quot; menu has open grayed, and file/import wants me to choose an import source (I chose Existing project into workspace) but then do I copy projects into workspace ( I did not )</div>
<div><br></div><div>I have eclipse already setup with android development (I have just a toy project, I planned to learn about android programming), when I imported the projects they appeared at the same place. Is there a way not to mix android and haskell projects ? Do I create a new workspace, or assign working sets ?</div>
<div><br></div><div>Anyway the projects are in the workspace, and there&#39;s 123 warnings; but I can&#39;t really tell if the build failed or not.</div><div>Selecting all the project, and right-click - refresh didn&#39;t seem to change anything.</div>
<div><br></div><div>But it seems it worked, because step 7 does launch a new eclipse window, and I can see haskell in the preferences. Except that I had an error message regarding scion, and stupid me, clicked ok before I could remember what was written.</div>
<div><br></div><div>I tried rebuild scion, but nothing seemed to happen. I closed the first Eclipse window (the one that has all the eclipsefp projects in the package explorer), but then the second one closed too. I lauched eclipse again, run configurations, etc and this time it looks like scion is building (well something happens in the Console tab) </div>
<div><br></div><div>While this is building, I&#39;m wondering if there&#39;s a way to launch eclise directly in the right &quot;mode&quot;. Not having to go to run configurations, etc.</div><div><br></div><div>Ah, the build failed. Complains that HUnit is missing. So I cabal install it, close my Eclipse window, run configurations again on the first Eclipse window, and the build resumes.</div>
<div><br></div><div>.... And build success. Now to open a haskell source file and play with Eclipse.</div><div><br></div><div>&lt;/feedback&gt;</div><div><br></div><div>David.</div><div><br></div>