Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cabal-install cannot pass package ids to the build process #927

Open
bos opened this issue May 24, 2012 · 2 comments
Open

cabal-install cannot pass package ids to the build process #927

bos opened this issue May 24, 2012 · 2 comments

Comments

@bos
Copy link
Contributor

bos commented May 24, 2012

(Imported from Trac #937, reported by @kosmikus on 2012-04-05)

The solver determines an install plan that fixes package ids of installed packages.

However, the Setup interface currently does not allow us to specify package ids once we start building; we can only fix the versions.

This can lead to problems in situations where multiple instances of the same package version are installed on a system, and the install plan selects one, but we cannot uniquely communicate that to the builder.

@bos
Copy link
Contributor Author

bos commented May 24, 2012

(Imported comment by @kosmikus on 2012-04-05)

Also see #470.

@23Skidoo 23Skidoo modified the milestones: Cabal-1.22, Cabal-1.18 Apr 20, 2014
@ttuegel ttuegel modified the milestones: Cabal-1.24, Cabal-1.22 Apr 23, 2015
@BardurArantsson
Copy link
Collaborator

This is very old. Also, it was my impression that package IDs aren't actually stable until a package is built? (Which would make this an impossibility.)

Request close.

@23Skidoo 23Skidoo modified the milestones: Cabal 1.24, Cabal 1.26 Feb 21, 2016
@ezyang ezyang modified the milestone: Cabal 2.0 Sep 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants