mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-28 23:20:26 +01:00
Update README
This commit is contained in:
parent
242d6e8389
commit
f131458c4a
13
README.md
13
README.md
@ -20,8 +20,17 @@ packages, you would add:
|
|||||||
"package1 package2 package3"
|
"package1 package2 package3"
|
||||||
|
|
||||||
You can follow the examples of the other sets of packages in that function.
|
You can follow the examples of the other sets of packages in that function.
|
||||||
Once you've done this, you should confirm that your newly added packages are
|
Once you've done this, you can confirm that your newly added packages are
|
||||||
compatible with the rest of stackage by building the package set.
|
compatible with the rest of stackage by building the package set following the
|
||||||
|
instructions below.
|
||||||
|
|
||||||
|
__NOTE__: In order to ease the process of adding new packages, we no longer
|
||||||
|
require new submissions to be tested on your own system before sending a pull
|
||||||
|
request. If you believe your package works with the newest versions of all
|
||||||
|
dependencies, you may send a pull request without testing first. If you do so,
|
||||||
|
please be sure to state this in the pull request so that the Stackage
|
||||||
|
maintainers (e.g., Michael) will know to do basic sanity checking before
|
||||||
|
merging.
|
||||||
|
|
||||||
You should also read the [maintainers
|
You should also read the [maintainers
|
||||||
agreement](https://github.com/fpco/stackage/wiki/Maintainers-Agreement).
|
agreement](https://github.com/fpco/stackage/wiki/Maintainers-Agreement).
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user