Re: [Haskell-cafe] what's the best environment for haskell work?

2010-08-06 Thread Claus Reinke
For another programs (that compile fine with ghc --make), I didn't bother making the package. But I had to find out the package dependencies by building, checking where it fails, and trying to add a package to the dependency list. Maybe there's a better way, didn't find it. We do plan to fix thi

Re: [Haskell-cafe] what's the best environment for haskell work?

2010-08-06 Thread Hamish Mackenzie
On 6 Aug 2010, at 19:33, David Virebayre wrote: > Continuing on my Euler.hs example, I then created the cabal package > with your script. Added the package, then tried to build. > > ../Euler.hs:1:0: >Failed to load interface for `Prelude': > It is a member of the hidden package `base'. >

Re: [Haskell-cafe] what's the best environment for haskell work?

2010-08-06 Thread David Virebayre
On Fri, Aug 6, 2010 at 6:11 AM, Hamish Mackenzie wrote: > On 5 Aug 2010, at 21:12, David Virebayre wrote: > Can you try out this... > > ~/haskell/test$ cat ~/bin/cabal_quick_init > #!/bin/sh > > SOURCE_FILE=$1 > CABAL_NAME=`basename -s .lhs $SOURCE_FILE` > CABAL_NAME=`basename -s .hs $CABAL_NAME

Re: [Haskell-cafe] what's the best environment for haskell work?

2010-08-05 Thread Hamish Mackenzie
On 5 Aug 2010, at 21:12, David Virebayre wrote: > For example, . > > Here's an example without, and with candy : > > listeEtageres = flip zip [1..] -- on les numérote > . nub -- on élimine les doublons > . sort-- on les trie > . ma

Re: [Haskell-cafe] what's the best environment for haskell work?

2010-08-05 Thread David Virebayre
On Wed, Aug 4, 2010 at 8:01 PM, Hamish Mackenzie wrote: > I use Leksah and have done since I started contributing to it.  The best way > to make it work for you is to use Leksah to fix what you don't like about > Leksah ;-)  Failing that giving good feedback about bugs and missing features > is

Re: [Haskell-cafe] what's the best environment for haskell work?

2010-08-04 Thread Hamish Mackenzie
On 5 Aug 2010, at 06:10, aditya siram wrote: > This is slightly OT, but is there a way of getting some Emacs keybindings in > Leksah? You can add them to the keymap.lkshk, but you will be limited to adding things leksah has commands for. If you do make some bindings please share them. We are

Re: [Haskell-cafe] what's the best environment for haskell work?

2010-08-04 Thread aditya siram
This is slightly OT, but is there a way of getting some Emacs keybindings in Leksah? -deech On Wed, Aug 4, 2010 at 1:01 PM, Hamish Mackenzie < hamish.k.macken...@googlemail.com> wrote: > I use Leksah and have done since I started contributing to it. The best > way to make it work for you is to

Re: [Haskell-cafe] what's the best environment for haskell work?

2010-08-04 Thread Hamish Mackenzie
I use Leksah and have done since I started contributing to it. The best way to make it work for you is to use Leksah to fix what you don't like about Leksah ;-) Failing that giving good feedback about bugs and missing features is the next best thing. On 3 Aug 2010, at 18:48, David Virebayre

Re: [Haskell-cafe] what's the best environment for haskell work?

2010-08-02 Thread David Virebayre
On Mon, Aug 2, 2010 at 4:12 PM, Phyx wrote: >> I've tried to use leksah but some minor annoying things make it unusable for >> me. > I'm curious, what are those minor annoying things? Trying code completion in comments on string constants, for example. Code completion makes the text jump if you

Re: [Haskell-cafe] what's the best environment for haskell work?

2010-08-02 Thread Mark Lentczner
On Jul 31, 2010, at 6:07 AM, Rustom Mody wrote: > Do most people who work with haskell use emacs/vi/eclipse or something > else?? I work on Mac OS X. On one machine I have Haskell Platform installed. On the other I have ghc, cabal-install, and various packages installed by hand. To edit, I us

Re: [Haskell-cafe] what's the best environment for haskell work?

2010-08-02 Thread Gábor Lehel
I use kate as well, mostly out of habit. The autoindenter drives me crazy though. On Mon, Aug 2, 2010 at 1:10 PM, David Virebayre wrote: > On Sat, Jul 31, 2010 at 12:07 PM, Rustom Mody wrote: >> Do most people who work with haskell use emacs/vi/eclipse or something >> else?? > > I mostly use kat

RE: [Haskell-cafe] what's the best environment for haskell work?

2010-08-02 Thread Phyx
-cafe] what's the best environment for haskell work? On Sat, Jul 31, 2010 at 12:07 PM, Rustom Mody wrote: > Do most people who work with haskell use emacs/vi/eclipse or something > else?? I mostly use kate, with a separate terminal window running ghci. I've tried to use leksah bu

Re: [Haskell-cafe] what's the best environment for haskell work?

2010-08-02 Thread David Virebayre
On Sat, Jul 31, 2010 at 12:07 PM, Rustom Mody wrote: > Do most people who work with haskell use emacs/vi/eclipse or something > else?? I mostly use kate, with a separate terminal window running ghci. I've tried to use leksah but some minor annoying things make it unusable for me. David. ___

Re: [Haskell-cafe] what's the best environment for haskell work?

2010-07-31 Thread Joachim Breitner
Hi, Am Samstag, den 31.07.2010, 15:37 +0530 schrieb Rustom Mody: > Do most people who work with haskell use emacs/vi/eclipse or something > else?? > > Personal Note: I used gofer some 15 years ago. At that time I hacked > up a emacs mode (I did not know of any then) along with some changes > to

Re: [Haskell-cafe] what's the best environment for haskell work?

2010-07-31 Thread Alberto G. Corona
leksah 2010/7/31 Johan Tibell > On Sat, Jul 31, 2010 at 12:07 PM, Rustom Mody wrote: > >> Do most people who work with haskell use emacs/vi/eclipse or something >> else?? >> > > I use Emacs and haskell-mode. > > Johan > > > ___ > Haskell-Cafe mailing l

Re: [Haskell-cafe] what's the best environment for haskell work?

2010-07-31 Thread Johan Tibell
On Sat, Jul 31, 2010 at 12:07 PM, Rustom Mody wrote: > Do most people who work with haskell use emacs/vi/eclipse or something > else?? > I use Emacs and haskell-mode. Johan ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/

Re: [Haskell-cafe] what's the best environment for haskell work?

2010-07-31 Thread Ivan Lazar Miljenovic
Rustom Mody writes: > Do most people who work with haskell use emacs/vi/eclipse or something > else?? Most people seem to use either Emacs, a vi-like editor or some other specialised editor (TextMate, etc.). Some people do use the Haskell editor yi (available on Hackage); there's also active de