diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-03-28 11:39:02 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-03-28 11:39:02 -0400 |
| commit | 0dd226736313e51b896eacc5498b3964bf04e5c1 (patch) | |
| tree | a28d7f1053b139f30f7dd6e93c337b067019a48a | |
| parent | b7111ed04907fa7331b9cf4b7c840f1611b9a4f5 (diff) | |
note
| -rw-r--r-- | doc/contributing.mdwn | 4 |
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. |
