On Mon, Oct 10, 2005 at 11:40:21AM +0200,
 Wolfgang Jeltsch <[EMAIL PROTECTED]> wrote 
 a message of 28 lines which said:

> Why don't you use a small shell script for this?

Or better, a rule in the Makefile, with suffixes:

%: %.hs
        ghc --make -o $@ $^

So, you just have to type "make LongProgramName".

_______________________________________________
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Reply via email to