Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
Source project has a limited visibility.
  • Matthew Pickering's avatar
    1fed638e
    hadrian: Call ghc-pkg recache after copying package database into bindist · 1fed638e
    Matthew Pickering authored and Zubin's avatar Zubin committed
    The package.cache needs to have a later mod-time than all of the .conf
    files. This invariant can be destroyed by `cp -r` and so we run `ghc-pkg
    recache` to ensure the package database which is distributed is
    consistent.
    
    If you are installing a relocatable bindist, for example, on windows,
    you should preserve mtimes by using cp -a or run ghc-pkg recache after
    installing.
    
    (cherry picked from commit 957fe359)
    hadrian: Call ghc-pkg recache after copying package database into bindist
    Matthew Pickering authored and Zubin's avatar Zubin committed
    The package.cache needs to have a later mod-time than all of the .conf
    files. This invariant can be destroyed by `cp -r` and so we run `ghc-pkg
    recache` to ensure the package database which is distributed is
    consistent.
    
    If you are installing a relocatable bindist, for example, on windows,
    you should preserve mtimes by using cp -a or run ghc-pkg recache after
    installing.
    
    (cherry picked from commit 957fe359)
Code owners
Assign users and groups as approvers for specific file changes. Learn more.