
11 Oct
2005
11 Oct
'05
1:32 a.m.
On 10/10/05, Stephane Bortzmeyer
On Mon, Oct 10, 2005 at 11:40:21AM +0200, Wolfgang Jeltsch
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 $@ $^
How about module dependencies? You would have to handle them in the Makefile (ghc -M?). I'm not saying it's difficult, but it's enough hassle that in case of small "scripts" I would still prefer to use ghc --make directly. Best regards Tomasz