Building Programs
Simon Peyton-Jones
simonpj@microsoft.com
Thu, 24 May 2001 03:06:41 -0700
It depends on which implementation you have.=20
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=20
ghc --interactive Main
to run it interactively.
Hugs also follows module dependencies automatically.
hbc had a similar mechanism I think. =20
Simon
| -----Original Message-----
| From: Steinitz, Dominic J=20
| [mailto:Dominic.J.Steinitz@BritishAirways.com]=20
| Sent: 24 May 2001 10:46
| To: haskell
| Subject: Building Programs
|=20
|=20
| What's the recommended way of building a system consisting of=20
| many Haskell modules? Should I use hmake, make or is there=20
| some other preferred mechanism in the Haskell world?
|=20
| Dominic.
|=20
| --------------------------------------------------------------
| -----------------------------------
| 21st century air travel http://www.britishairways.com
|=20
| _______________________________________________
| Haskell mailing list
| Haskell@haskell.org http://www.haskell.org/mailman/listinfo/haskell
|=20