summaryrefslogtreecommitdiff
path: root/doc/contributing.mdwn
diff options
context:
space:
mode:
authorJoey Hess2016-03-28 11:39:02 -0400
committerJoey Hess2016-03-28 11:39:02 -0400
commit0dd226736313e51b896eacc5498b3964bf04e5c1 (patch)
treea28d7f1053b139f30f7dd6e93c337b067019a48a /doc/contributing.mdwn
parentb7111ed04907fa7331b9cf4b7c840f1611b9a4f5 (diff)
note
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.