summaryrefslogtreecommitdiff
path: root/src/Propellor/Protocol.hs
diff options
context:
space:
mode:
authorJoey Hess2014-11-18 22:10:50 -0400
committerJoey Hess2014-11-18 22:13:13 -0400
commitdac6a874195a521714db48083b3222c2c8b41fa9 (patch)
tree9e67d33a06222e8787e51601229b53131ba3d2aa /src/Propellor/Protocol.hs
parent1946b8df36c1d65ba46e01adcdcb5d6dda98f59a (diff)
broke out Server module
Diffstat (limited to 'src/Propellor/Protocol.hs')
-rw-r--r--src/Propellor/Protocol.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Propellor/Protocol.hs b/src/Propellor/Protocol.hs
index f8b706cc..68c2443b 100644
--- a/src/Propellor/Protocol.hs
+++ b/src/Propellor/Protocol.hs
@@ -2,6 +2,10 @@
-- a local and remote propellor. It's sent over a ssh channel, and lines of
-- the protocol can be interspersed with other, non-protocol lines
-- that should be passed through to be displayed.
+--
+-- Avoid making backwards-incompatible changes to this protocol,
+-- since propellor needs to use this protocol to update itself to new
+-- versions speaking newer versions of the protocol.
module Propellor.Protocol where