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

Translate build-tool-depends to BDEPEND #130

Open
hololeap opened this issue May 5, 2023 · 0 comments
Open

Translate build-tool-depends to BDEPEND #130

hololeap opened this issue May 5, 2023 · 0 comments
Labels

Comments

@hololeap
Copy link
Member

hololeap commented May 5, 2023

Currently, hackport overlooks build-tool-depends fields in Cabal files, which could lead to missing dependencies. The dependencies fall under "programs that need to be executed during the build" as mentioned here.

An example is hw-kafka-client:

  build-tool-depends:   hspec-discover:hspec-discover

This does not get added at all to the ebuild. A proper output might look like:

BDEPEND="test? (
	dev-haskell/hspec-discover
)"
@hololeap hololeap added the bug label May 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant