Skip to content

Commit 0bf106a

Browse files
authored
contributing: add note on dependency ver bounds
1 parent 5e037c0 commit 0bf106a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CONTRIBUTING.md

+4
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ Your pull request should add no new warnings to the project. It should also gene
4545

4646
Make sure the project builds and that the tests pass! This will generally also be checked by CI before merge, but trying it yourself first means you'll catch problems earlier and your contribution can be merged that much sooner!
4747

48+
#### Dependencies
49+
50+
Include version bounds whenever adding a dependency to the library stanza of the cabal file. Note that libraries added to reflex.cabal also need to be added to default.nix.
51+
4852
### Documentation
4953

5054
#### In the code

0 commit comments

Comments
 (0)