You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* make-install-plan: Include info needed for backpack.
* Support backpack builds.
Fixes#244
* fixup! Support backpack builds.
* Bump head.hackage
* Dump head.hackage
* Work around GHC JS backend not producing .o files for backpack signatures
GHC's JavaScript backend doesn't produce .o files for backpack signature
module instantiations, causing ar to fail when creating library archives.
Fix this by replacing the ar command in GHC's settings with a wrapper
that filters out missing .o files from both command-line arguments and
response files. The fix only applies to GHCJS instantiated backpack
builds, leaving all other builds unchanged.
---------
Co-authored-by: Hamish Mackenzie <Hamish.K.Mackenzie@gmail.com>
# An instantiated package will always depend on its indefinite counterpart, and the --dependency= flag added by exactDep/configure-flags is invalid for package IDs with a +
0 commit comments