diff options
| -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. |
