cvs commit: hugs98/src connect.h input.c machdep.c prelude.h storage.c
Alastair David Reid
reid@cs.utah.edu
27 Sep 2001 11:08:22 -0600
> I don't know how many programs that depend on the ability to store
> modules in files without any extension, but any such program will
> anyhow break with the new scheme. On the other hand, the overall
> algorithm is much simpler now.
It's quite common to do this when using
#! /usr/bin/runhugs
And I just wrote a little library for generating pictures we needed
for a paper and tech-report. I used the .hfig extension (Haskell Figure)
for the programs so that I could write suitable rules in the Makefile.
--
Alastair Reid reid@cs.utah.edu http://www.cs.utah.edu/~reid/