summaryrefslogtreecommitdiff
path: root/doc/contributing.mdwn
diff options
context:
space:
mode:
authorJoey Hess2016-03-30 10:45:15 -0400
committerJoey Hess2016-03-30 10:47:31 -0400
commitd08734bbbebc0211d4203922fb94384497547d3c (patch)
treea0a32a5073d05d6ce3c67086ac7ce6948c54f3bc /doc/contributing.mdwn
parent4892d4a26c8e542c764bbc64cbe94490c96a14dc (diff)
parentadc7dad3d8b86b1ad770d1c82a66cd4df7bbee20 (diff)
Merge branch 'master' into typed-os-requirements
Diffstat (limited to 'doc/contributing.mdwn')
-rw-r--r--doc/contributing.mdwn4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/contributing.mdwn b/doc/contributing.mdwn
index 84aa5d64..e75784df 100644
--- a/doc/contributing.mdwn
+++ b/doc/contributing.mdwn
@@ -17,3 +17,7 @@ Propellor has its own [[coding_style]], which you are encouraged to follow
-- at least when you want to get a patch merged into propellor.
When writing code for your own internal use, feel free to ignore all the
rules, except the ones about avoiding partial functions.
+
+Also, mainline Propellor aims to be buildable with the version of ghc
+shipped in Debian stable. And, additional weighty dependencies are best
+avoided.