What's new
Changes since 2.1.1
Version 2.2 introduces a big internal change:
EclipseFP is now using the BuildWrapper Haskell executable to handle interactions with the Haskell build tool chain. BuildWrapper is not included inside EclipseFP but needs to be downloaded and installed from Hackage.
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)
- 3406524: Multi valued fields in Cabal are generated one value on each line
- 3421901: Data Files form section in Cabal Editor only takes files. you can still select directories in the UI, all files underneath will be selected
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.
- Cabal Packages view to install packages from Hackage