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

Shouldn't generate base-orphans dep #135

Open
l29ah opened this issue Mar 4, 2024 · 3 comments
Open

Shouldn't generate base-orphans dep #135

l29ah opened this issue Mar 4, 2024 · 3 comments

Comments

@l29ah
Copy link
Member

l29ah commented Mar 4, 2024

For some-1.0.6 the following dep is generated: >=dev-haskell/base-orphans-0.9.1:=[profile?] <dev-haskell/base-orphans-0.10:=[profile?], even though in Gentoo base-orphans is shipped with ghc exclusively.

@hololeap
Copy link
Member

hololeap commented Mar 4, 2024

even though in Gentoo base-orphans is shipped with ghc exclusively

Are you sure about that? I haven't seen this unless it's with newer GHC versions, but I don't see it here:

https://downloads.haskell.org/ghc/9.8.2/docs/libraries/index.html

@l29ah
Copy link
Member Author

l29ah commented Mar 4, 2024

Oops. Maybe i made a typo or otherwise i didn't notice there's an ebuild for it, and it got pulled through somehow. Interestingly, some-1.0.6 was satisfied when i just dropped the dependency in the ebuild (and i had base-orphans-0.9 installed that doesn't satisfy the hackport-generated requirement).

@hololeap
Copy link
Member

hololeap commented Mar 5, 2024

Interestingly, some-1.0.6 was satisfied when i just dropped the dependency in the ebuild

It looks like it's because base-orphans is only required for ghc-9.6 and below

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

2 participants