Skip to content

Backport batch 5 3.2#6542

Merged
phadej merged 4 commits intohaskell:3.2from
phadej:backport-batch-5-3.2
Feb 14, 2020
Merged

Backport batch 5 3.2#6542
phadej merged 4 commits intohaskell:3.2from
phadej:backport-batch-5-3.2

Conversation

@phadej
Copy link
Copy Markdown
Collaborator

@phadej phadej commented Feb 14, 2020

This results e.g. in

    cabal: The pkg-config package 'blas' version ==0.3 || >0.3 is required but the
    version installed on the system is version 0.2.20+ds

output instead of failing to parse 0.2.20+ds as a PkgconfigVersion.
We don't need to parse the `pkg-config --modversion` output
as strictly as the versions in `.cabal` file.
I.e. at all, as `PkgconfigVersion` comparison works somehow
on any possible version strings.
@phadej
Copy link
Copy Markdown
Collaborator Author

phadej commented Feb 14, 2020

cc @bgamari I'll open a MR to GHC as soon as this lands.

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

Successfully merging this pull request may close these issues.

1 participant