Skip to content

Commit

Permalink
Add changelog for haskell#7413 (Fix instantiating an indefinite Backp…
Browse files Browse the repository at this point in the history
…ack from Hackage with an inplace package)
  • Loading branch information
ezyang authored and fendor committed Jun 12, 2021
1 parent 9ea2c6f commit d8d9ac2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions changelog.d/pr-7413
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
synopsis: Fix instantiating an indefinite Backpack from Hackage with an inplace package
packages: cabal-install
prs: #7413
issues: #6835
description: {

Previously, cabal-install would always attempt to put instantiations of indefinite packages from Hackage in
the global package store, even if they were instantiated with inplace packages. This would not work
and GHC would complain about packages being missing from the package database. We have fixed the
instantiation algorithm to correctly inplace packages in these situations, removing one of the last
blockers to widespread use of Backpack packages on Hackage.

}

0 comments on commit d8d9ac2

Please sign in to comment.