
10 Oct
2005
10 Oct
'05
4:17 p.m.
On Mon, Oct 10, 2005 at 11:40:21AM +0200,
Wolfgang Jeltsch
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".