Skip to content
  • Simon Marlow's avatar
    [project @ 2001-05-09 09:38:18 by simonmar] · 02edb760
    Simon Marlow authored
    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'.
    02edb760