Re: [Haskell-cafe] Haskell IDE

2011-03-08 Thread Alberto G. Corona
The lazy path: You can also just download and install the binaries for your platform at http://leksah.org/download.html. From experience, I guess that most if not all of the capabilities will work with your version of GHC (except some features more tightly integrated with the compiler, such is

Re: [Haskell-cafe] Haskell IDE

2011-03-08 Thread Andrew Coppin
On 07/03/2011 04:39 PM, Daniel Fischer wrote: That sounds nice, so I thought I'd try out leksah again. Unfortunately, the dependencies rule out GHC-7 Maybe someone could try relaxing the bounds and build it with GHC-7, and - if it works - upload a new version? (I could try if I get a go-ahead

Re: [Haskell-cafe] Haskell IDE

2011-03-08 Thread Daniel Fischer
On Tuesday 08 March 2011 21:16:33, Andrew Coppin wrote: On 07/03/2011 04:39 PM, Daniel Fischer wrote: That sounds nice, so I thought I'd try out leksah again. Unfortunately, the dependencies rule out GHC-7 Maybe someone could try relaxing the bounds and build it with GHC-7, and - if

Re: [Haskell-cafe] Haskell IDE

2011-03-07 Thread David Virebayre
I use kate too. I tried and liked leksah, but the fact that everything is a project with a cabal file felt to heavy for me when I just want to hack on a single .hs file. ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org

Re: [Haskell-cafe] Haskell IDE

2011-03-07 Thread David Virebayre
2011/3/3 JP Moresmau jpmores...@gmail.com: Hello, I'm one of the maintainers of EclipseFP. It is a real alternative: it works, it is maintained, supported and enhanced. I use it for my own projects, and of course I use it to work on the version of the scion library that ships with it, so we

Re: [Haskell-cafe] Haskell IDE

2011-03-07 Thread David Virebayre
2011/3/7 David Virebayre dav.vire+hask...@gmail.com And build success. Now to open a haskell source file and play with Eclipse. ... and I keep having those Problem occurred popups: 'Occurrences has encountered a problem An internal error has occurred. In the detail: An internal error

Re: [Haskell-cafe] Haskell IDE

2011-03-07 Thread Alberto G. Corona
I use leksah, and I want to say thanks to the people that maintain it. I want also to encourage them to continuing its valuable work. from the last release of Leksah, I particulary appreciate its: Multiplatform support Ease of installation in all platforms including windows capability to works

Re: [Haskell-cafe] Haskell IDE

2011-03-07 Thread JP Moresmau
The eclipseFP Help forum or mailing list is probably a better medium for EclipseFP questions than haskell-cafe, I'd say... EclipseFP uses the scion library, but comes bundled with it, so it should be able to build it (including downloading dependencies from hackage) itself without you building

Re: [Haskell-cafe] Haskell IDE

2011-03-07 Thread Daniel Fischer
On Monday 07 March 2011 16:08:01, Alberto G. Corona wrote: I use leksah, and I want to say thanks to the people that maintain it. I want also to encourage them to continuing its valuable work. from the last release of Leksah, I particulary appreciate its: Multiplatform support Ease of

Re: [Haskell-cafe] Haskell IDE

2011-03-07 Thread Hamish Mackenzie
Please try the version here https://github.com/jutaro Hopefully we will be in a position to release a new version very soon. Hamish On 8/03/2011, at 5:39, Daniel Fischer daniel.is.fisc...@googlemail.com wrote: On Monday 07 March 2011 16:08:01, Alberto G. Corona wrote: I use leksah, and I

Re: [Haskell-cafe] Haskell IDE

2011-03-04 Thread Gracjan Polak
Alexander Danilov alexander.a.danilov at gmail.com writes: 03.03.2011 16:05, Hauschild, Klaus (EXT) пишет: Hi Haskellers, whats your Haskell IDE of choise? Currently I use leksah. Is the EclipseFP Plugin for Eclipse a real alternative? Thanks Klaus Emacs, look at haskell wiki

Re: [Haskell-cafe] Haskell IDE

2011-03-04 Thread Ivan Lazar Miljenovic
On 4 March 2011 19:16, Gracjan Polak gracjanpo...@gmail.com wrote: Alexander Danilov alexander.a.danilov at gmail.com writes: 03.03.2011 16:05, Hauschild, Klaus (EXT) пишет: Hi Haskellers, whats your Haskell IDE of choise? Currently I use leksah. Is the EclipseFP Plugin for Eclipse a

Re: [Haskell-cafe] Haskell IDE

2011-03-04 Thread Gracjan Polak
Ivan Lazar Miljenovic ivan.miljenovic at gmail.com writes: Sounds similar to what haskell-indent does, except that it uses 2 spaces rather than 4, backspace does the chars less, and TAB also has a version (albeit not as nice as the one in haskell-indentation) of the tab-cycle. I rejected

Re: [Haskell-cafe] Haskell IDE

2011-03-03 Thread Andrew Butterfield
On 3 Mar 2011, at 07:05, Hauschild, Klaus (EXT) wrote: Hi Haskellers, whats your Haskell IDE of choise? Currently I use leksah. Is the EclipseFP Plugin for Eclipse a real alternative? WinEdt*/MikTex/GHCi do leksah/EclipseFP support literate haskell programming (mix of .tex and .lhs

Re: [Haskell-cafe] Haskell IDE

2011-03-03 Thread JP Moresmau
On Thu, Mar 3, 2011 at 9:12 AM, Andrew Butterfield andrew.butterfi...@cs.tcd.ie wrote: On 3 Mar 2011, at 07:05, Hauschild, Klaus (EXT) wrote: Hi Haskellers, whats your Haskell IDE of choise? Currently I use leksah. Is the EclipseFP Plugin for Eclipse a real alternative?

Re: [Haskell-cafe] Haskell IDE

2011-03-03 Thread Mihai Maruseac
On Thu, Mar 3, 2011 at 9:05 AM, Hauschild, Klaus (EXT) klaus.hauschild@siemens.com wrote: Hi Haskellers, whats your Haskell IDE of choise? Currently I use leksah. Is the EclipseFP Plugin for Eclipse a real alternative? Thanks Hi, I use vim in terminator: one window with the source,

Re: [Haskell-cafe] Haskell IDE

2011-03-03 Thread Alexander Danilov
03.03.2011 16:05, Hauschild, Klaus (EXT) пишет: Hi Haskellers, whats your Haskell IDE of choise? Currently I use leksah. Is the EclipseFP Plugin for Eclipse a real alternative? Thanks Klaus Emacs, look at haskell wiki for details about haskell-mode.

Re: [Haskell-cafe] Haskell IDE

2011-03-03 Thread Paul Sujkov
Hi, I use emacs. Tried leksah a couple of times, but wasn't satisfied by it's stability and user friendliness. On 3 March 2011 09:05, Hauschild, Klaus (EXT) klaus.hauschild@siemens.com wrote: Hi Haskellers, whats your Haskell IDE of choise? Currently I use leksah. Is the EclipseFP

Re: [Haskell-cafe] Haskell IDE

2011-03-03 Thread Michal Konečný
On Thu, Mar 3, 2011 at 9:05 AM, Hauschild, Klaus (EXT) klaus.hauschild@siemens.com wrote: whats your Haskell IDE of choise? Currently I use leksah. Is the EclipseFP Plugin for Eclipse a real alternative? I use EclipseFP 2.0.2 on a few fairly large projects and am overall very happy with it

Re: [Haskell-cafe] Haskell IDE

2011-03-03 Thread Andrew Coppin
On 03/03/2011 07:12 AM, Eugene Kirpichov wrote: However, now I actually use vim - but that's because I'm scared of trying to install Leksah on Windows (maybe it isn't hard, I haven't tried) and because I'm only doing rather tiny things with Haskell at the moment. FWIW, last time I tried,

Re: [Haskell-cafe] Haskell IDE

2011-03-03 Thread Simon Heath
Emacs. haskell-mode is also rather slicker than most emacs major modes I've seen; it recognizes syntax as you type, does the right thing with indentation levels, and so on. -- Simon Heath                       icefo...@gmail.com Follow your heart, and keep on rocking.  http://alopex.li/

Re: [Haskell-cafe] Haskell IDE

2011-03-03 Thread Michael Xavier
I use vim (CLI not gvim). Any productivity I lose without the niceties of Leksah are probably made up for with the gains from being a vim user for years. -- Michael Xavier http://www.michaelxavier.net ___ Haskell-Cafe mailing list

Re: [Haskell-cafe] Haskell IDE

2011-03-03 Thread Daniel Fischer
On Thursday 03 March 2011 22:14:34, Michael Xavier wrote: I use vim (CLI not gvim). I use kate. ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Re: [Haskell-cafe] Haskell IDE

2011-03-03 Thread Markus Läll
I have been using Notepad++ -- it has proper (I think) syntaks highlighting and in the latest version now has line wrapping a la kate: broken lines start at the indent level of the first one. -- Markus Läll On Fri, Mar 4, 2011 at 1:14 AM, Daniel Fischer daniel.is.fisc...@googlemail.com wrote:

[Haskell-cafe] Haskell IDE

2011-03-02 Thread Hauschild, Klaus (EXT)
Hi Haskellers, whats your Haskell IDE of choise? Currently I use leksah. Is the EclipseFP Plugin for Eclipse a real alternative? Thanks Klaus ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org

Re: [Haskell-cafe] Haskell IDE

2011-03-02 Thread Eugene Kirpichov
A year and something ago I used Leksah and I was reasonably satisfied with what it had to offer at that time. If I'm understanding correctly, it has been much improved since. However, now I actually use vim - but that's because I'm scared of trying to install Leksah on Windows (maybe it isn't

Re: [Haskell-cafe] Haskell IDE

2011-03-02 Thread JP Moresmau
On Thu, Mar 3, 2011 at 8:05 AM, Hauschild, Klaus (EXT) klaus.hauschild@siemens.com wrote: Hi Haskellers, whats your Haskell IDE of choise? Currently I use leksah. Is the EclipseFP Plugin for Eclipse a real alternative? Thanks Klaus Hello, I'm one of the maintainers of EclipseFP. It

Re: [Haskell-cafe] Haskell IDE: Someone else interested in enhancingShim ? / How to contact author Benedikt Schmidt ?

2008-04-11 Thread Claus Reinke
Hi Marc, when i first encountered Shim, i thought it was a nice idea, but with a lot less emphasis on the vim side than on the emacs side. also, iirc, Shim uses python's interprocess communication and i didn't want to ask vim users to install python to get haskell functionality. so i found

[Haskell-cafe] Haskell IDE: Someone else interested in enhancing Shim ? / How to contact author Benedikt Schmidt ?

2008-04-08 Thread Marc Weber
Hi, I've added some features to shim. You can get my patches here: http://mawercer.de/~publicrepos/shim/ The Vim interface now supports :GrepScope regex Which greps the whole scope of all used packages by regex. Very useful to find all functions taking/ returning some type