EclipseFP Haskell 2.6.1 Release Notes Necessary Haskell packages: - EclipseFP relies on BuildWrapper, a Haskell IDE library, for a lot of its functionality. See https://github.com/JPMoresmau/BuildWrapper for more information. Version 0.8.7 of buildwrapper has been validated with this version of EclipseFP - EclipseFP also uses scion-browser. Version 0.3.0 has been validated with this version of EclipseFP Fixes: - Support GHC 7.8 quotes in error messages (https://github.com/JPMoresmau/eclipsefp/issues/184 and https://github.com/JPMoresmau/eclipsefp/issues/185) - Cut long lines in the output console because the Eclipse console doesn't like long lines - Autodetect GHC implementations does not lose the currently selected GHc if it's still present - Stylish haskell number of spaces correctly showing in UI (https://github.com/JPMoresmau/eclipsefp/issues/187) - Better capture of GHCI history (supports moving caret left and right) (https://github.com/JPMoresmau/eclipsefp/issues/189) - Support case-insensitive PATH environment variable name (https://github.com/JPMoresmau/eclipsefp/issues/202) - Support one location breakpoints (https://github.com/JPMoresmau/eclipsefp/issues/211) - Support opening a cabal file outside of the workspace (shows only source) (https://github.com/JPMoresmau/eclipsefp/issues/215) Features: - Pass GHC implementation chosen in preference to cabal via --with-ghc Internal: - Requires Java 7 Upgrade notes: - Upgrade via the Eclipse install site http://eclipsefp.sf.net/updates. Known issues: 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!