On Mon, Oct 10, 2005 at 11:40:21AM +0200, Wolfgang Jeltsch <wolfgang at jeltsch.net> 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".