Skip to content

Commit

Permalink
release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
JPMoresmau committed Sep 7, 2011
1 parent 942f5af commit de5da59
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/releasenotes/net.sf.eclipsefp.haskell_2.1.0.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
EclipseFP Haskell 2.0.5
EclipseFP Haskell 2.1.0

Release Notes

Expand Down
35 changes: 35 additions & 0 deletions docs/releasenotes/net.sf.eclipsefp.haskell_2.1.1.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
EclipseFP Haskell 2.1.0

Release Notes


Scion:

EclipseFP relies on Scion, the Haskell IDE library, for a lot of its
functionality. See http://code.google.com/p/scion-lib/ for more information.

You cannot use the version from Hackage since commands have been
added for eclipsefp. From version 1.111, eclipsefp includes a modified source
distribution of scion, that is built and used by eclipsefp if the use built-in
server preferences option is checked. Since it is by default, eclipse might be
a bit slow to start the first time scion is built. Otherwise, you can build
Scion from source (git clone git://github.com/JPMoresmau/scion.git, runhaskell
Setup.hs configure/build/install)

Fixes:
- The profiler plugin references properly all needed plugins to compile under all versions of Eclipse
- Fix issues with special editors (Happy, Alex and web based editors)

Features:
- JDT and WST can be automatically installed when installing EClipseFP
- It is now allowed to have a project name that is not the same as the name of the cabal file. EclipseFP uses the cabal file found under the project. An error is logged if several cabal files exist.

Internal:

Upgrade notes:

Known issues:

Thanks to Alejandro Serrano Mena, B. Scott Michel and Martijn Schrage for their contributions.
Thanks to all bug reporters and users for their feedback.
Thanks to all the people that expressed interest in EclipseFP and want to see it stay alive and improve!

0 comments on commit de5da59

Please sign in to comment.