It depends on which implementation you have. hmake is good, and is independent of implementation. ghc 5.0 has a make system built in, so you can say ghc --make Main to build your program. Or ghc --interactive Main to run it interactively. Hugs also follows module dependencies automatically. hbc had a similar mechanism I think. Simon | -----Original Message----- | From: Steinitz, Dominic J | [mailto:Dominic.J.Steinitz@BritishAirways.com] | Sent: 24 May 2001 10:46 | To: haskell | Subject: Building Programs | | | What's the recommended way of building a system consisting of | many Haskell modules? Should I use hmake, make or is there | some other preferred mechanism in the Haskell world? | | Dominic. | | -------------------------------------------------------------- | ----------------------------------- | 21st century air travel http://www.britishairways.com | | _______________________________________________ | Haskell mailing list | Haskell@haskell.org http://www.haskell.org/mailman/listinfo/haskell |