> 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 -
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