diff options
Diffstat (limited to 'ghc.mk')
-rw-r--r-- | ghc.mk | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1027,6 +1027,10 @@ install_packages: rts/dist/package.conf.install # with an 077 umask. for f in '$(INSTALLED_PACKAGE_CONF)'/*; do $(CREATE_DATA) "$$f"; done +# Finally, update package.cache to ensure it's newer than the registration +# files. This avoids #13375. + $(INSTALLED_GHC_PKG_REAL) --global-package-db "$(INSTALLED_PACKAGE_CONF)" recache + # ----------------------------------------------------------------------------- # Binary distributions |