Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git-annex: pass setup package db to GHC used for building installer
After 120f242, GHC_PACKAGE_PATH isn't set implicitly in installPhase anymore. Instead we achieve the same by telling the Makefile the exact ghc command line to use. As a benefit, we can now cleanly separate build and host in this case: We used to (implicitly) reuse the host package db. Now we can explicitly request the package db also used for building Setup.hs.
- Loading branch information