This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "snap-server".
The branch, master has been updated
via a5e8eddca28cdf3147d0e1e15f9d4dda44f1ed12 (commit)
from 39c7819ad1e34e1faaf8f15bb02f1415e2323702 (commit)
Summary of changes:
src/Snap/Http/Server/Config.hs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit a5e8eddca28cdf3147d0e1e15f9d4dda44f1ed12
Author: Mighty Byte <[email protected]>
Date: Tue Dec 28 10:32:52 2010 -0500
Changed comment that mentioned old setPort function.
diff --git a/src/Snap/Http/Server/Config.hs b/src/Snap/Http/Server/Config.hs
index 7a59a35..2770183 100644
--- a/src/Snap/Http/Server/Config.hs
+++ b/src/Snap/Http/Server/Config.hs
@@ -88,7 +88,7 @@ data ConfigBackend = ConfigSimpleBackend
-- by wrapping all of its fields in a 'Maybe'. Values of this type are usually
-- constructed via its 'Monoid' instance by doing something like:
--
--- > setPort 9000 mempty
+-- > addListen (ListenHttp "0.0.0.0" 9000) mempty
--
-- Any fields which are unspecified in the 'Config' passed to 'httpServe' (and
-- this is the norm) are filled in with default values from 'defaultConfig'.
-----------------------------------------------------------------------
hooks/post-receive
--
snap-server
_______________________________________________
Snap mailing list
[email protected]
http://mailman-mail5.webfaction.com/listinfo/snap