Hello, I've just released 2.4.2 to fix a bug that caused HLint suggestions to not appear any more.
As usual, update from http://eclipsefp.sf.net/updates.
Happy Haskell Hacking!
Subscribe to:
Post Comments (Atom)
In this blog I talk about some of the personal work I do in programming. I mainly do Java and JavaScript, but I'm learning functional programming in Haskell too...
2 comments:
Hi, I am trying to get EclipseFP running on OsX 10.8.2 with Eclipse Juno. No success so far. When I restart Eclipse after the installation, Eclipse it hangs indefinitely. Do you have any idea what I could do to find out what's going on?
Cheers, Andreas
You can use jvisualvm (http://docs.oracle.com/javase/6/docs/technotes/tools/share/jvisualvm.html) to get the thread dump of your JVM to see where it's hanging. Post your findings on the Sourceforge Help forum for EclipseFP if you think it's EclipseFP related.
Thanks!
Post a Comment