Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
Source project has a limited visibility.
  • Simon Marlow's avatar
    5db3b4cf
    Don't record outputFile in the hashed flags · 5db3b4cf
    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.
    5db3b4cf
    History
    Don't record outputFile in the hashed flags
    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.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.