Skip to content

Fix cabal-bundler --openbsd to include test dependencies#169

Open
blackgnezdo wants to merge 1 commit intophadej:masterfrom
blackgnezdo:simplify-openbsd
Open

Fix cabal-bundler --openbsd to include test dependencies#169
blackgnezdo wants to merge 1 commit intophadej:masterfrom
blackgnezdo:simplify-openbsd

Conversation

@blackgnezdo
Copy link
Copy Markdown
Contributor

Previously, the --openbsd format used BFS from the executable to collect only dependencies reachable through library dependencies (ciLibDeps). This excluded test dependencies like 'tasty' which are needed when building packages that have test suites.

The --curl and --nix-single formats correctly included all global units from the plan. This commit aligns --openbsd with those formats.

Previously, the --openbsd format used BFS from the executable to collect
only dependencies reachable through library dependencies (ciLibDeps). This
excluded test dependencies like 'tasty' which are needed when building
packages that have test suites.

The --curl and --nix-single formats correctly included all global units
from the plan. This commit aligns --openbsd with those formats.
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