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

Problem: we cannot handle versioned dependencies #95

Open
clacke opened this issue Mar 27, 2018 · 0 comments
Open

Problem: we cannot handle versioned dependencies #95

clacke opened this issue Mar 27, 2018 · 0 comments

Comments

@clacke
Copy link
Member

clacke commented Mar 27, 2018

Example:

              (dependencies
               .
               ("base"
                "draw-lib"
                "drracket"
                ("gui-lib" #:version "1.16")

Currently we won't even be able to do an incorrect parsing of this, I'm guessing we'll get a type error for expecting a string when there's a pair.

Solution: Maybe short-term we could try getting away with just ignoring the version, just like we are ignoring the platform of platform-dependent packages in the release catalog.

Long-term we'll have to rework things to allow for our nix expression to address several versions of the same package.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant