Re #7777: upgrade requirements.txt to latest versions
[cabal.git] / changelog.d / pr-7413
blob8cdedd4053402e6e1674180d858d4d22412f45e6
1 synopsis: Fix instantiating an indefinite Backpack from Hackage with an inplace package
2 packages: cabal-install
3 prs: #7413
4 issues: #6835
5 description: {
7 Previously, cabal-install would always attempt to put instantiations of indefinite packages from Hackage in
8 the global package store, even if they were instantiated with inplace packages.  This would not work
9 and GHC would complain about packages being missing from the package database.  We have fixed the
10 instantiation algorithm to correctly inplace packages in these situations, removing one of the last
11 blockers to widespread use of Backpack packages on Hackage.