mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-28 23:20:26 +01:00
MAINTAINERS.md: Update for new transitive dependency flow
This commit is contained in:
parent
baba25f383
commit
b9c51067c8
@ -19,10 +19,14 @@ To add your package you can edit [`build-constraints.yaml`](https://github.com/f
|
|||||||
- package2
|
- package2
|
||||||
- package3
|
- package3
|
||||||
|
|
||||||
If your library depends on a C library, please add it to the `debian-bootstrap.sh` script.
|
Any dependencies of your packages that are not already part of
|
||||||
|
stackage also need to be added explicitly (When this happens you will
|
||||||
|
see `not present` errors in the CI log). As mentioned above: If you
|
||||||
|
don't maintain this package yourself it is preferable that the actual
|
||||||
|
maintainer is also the stackage maintainer, but you are allowed to add
|
||||||
|
it under your own name.
|
||||||
|
|
||||||
Any dependencies of your packages that are not already part of stackage are added implictly, but it is prefered
|
If your library depends on a C library, please add it to the `debian-bootstrap.sh` script.
|
||||||
to add all packages explicitly. It is planned to remove this behaviour in the future.
|
|
||||||
|
|
||||||
After doing that commit with a message like "add foo-bar" and send a pull request.
|
After doing that commit with a message like "add foo-bar" and send a pull request.
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user