[project @ 2001-05-09 09:38:18 by simonmar]
authorsimonmar <unknown>
Wed, 9 May 2001 09:38:18 +0000 (09:38 +0000)
committersimonmar <unknown>
Wed, 9 May 2001 09:38:18 +0000 (09:38 +0000)
commit02edb7607692a5168b6636a100a27d2e4063b915
tree57d05c80f5f499e7640c1ff8847e3d81efd26ef5
parent3738f22746c5619e00b4a26b38d6d2a98009b188
[project @ 2001-05-09 09:38:18 by simonmar]
Add a new option: -hcsuf <suffix> which renames the .hc suffix to
<suffix> for this compilation, in the same way as -osuf and -hisuf.

To even things up, remove partial support for '-ohi -', which
allegedly dumped the .hi file to stdout but in reality never worked.
It's a strange thing to want to do anyway, but in any case you could
always say '-ohi /dev/stdout', or even 'ghc Foo.hs && cat Foo.hi'.
ghc/compiler/main/DriverFlags.hs
ghc/compiler/main/DriverPipeline.hs
ghc/compiler/main/DriverState.hs