Skip to content
  • Simon Marlow's avatar
    Don't record outputFile in the hashed flags · f283c391
    Simon Marlow authored
    We don't want
    
        ghc --make M -o <file>
    
    to force recompilation of all modules when <file> changes.  The -o
    value is already taken into account by the recompilation machinery
    when we check the modification time on the object file or the
    executable.
    f283c391