RE: Building Programs Again

2001-05-28 Thread Simon Marlow
> I am going to install hmake and upgrade to ghc 5 but in the > meantime I decided to use make. > > I am puzzled however. Presumably building a module that > imports a module needs the .hi file and therefore the > makefile should be something like this: > > Tagsv1.o : Tagsv1.hs > ghc -

Building Programs Again

2001-05-28 Thread Steinitz, Dominic J
I am going to install hmake and upgrade to ghc 5 but in the meantime I decided to use make. I am puzzled however. Presumably building a module that imports a module needs the .hi file and therefore the makefile should be something like this: Tagsv1.o : Tagsv1.hs ghc -c Tagsv1.hs -packa