Re: two minor questions on ghc
> (1) > To make ghc-2.04 putting .o files into the given subdirectory, > say, `o_hi', we command > ghc -c Foo.hs -odir o_hi > > What is the similar option for .hi ? > I cannot find it in the ghc user guide. It suggests only > > ghc -c Foo
two minor questions on ghc
Hello, people, here are two minor questions on ghc. (1) To make ghc-2.04 putting .o files into the given subdirectory, say, `o_hi', we command ghc -c Foo.hs -odir o_hi What is the similar option for .hi ? I cannot find it in the ghc user guide. It sug