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-core".

The branch, 0.3 has been updated
       via  78767e487e5f8989ea65312f8246327454a2577c (commit)
      from  75d82f80c2900aea2c0c7e831258a03c5f75e4bd (commit)


Summary of changes:
 src/Snap/Internal/Types.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 78767e487e5f8989ea65312f8246327454a2577c
Author: Carl Howells <[email protected]>
Date:   Sat Jun 26 18:52:45 2010 -0700

    Change the type signature of finishWith to result in Snap a

diff --git a/src/Snap/Internal/Types.hs b/src/Snap/Internal/Types.hs
index bcf3931..0efbf09 100644
--- a/src/Snap/Internal/Types.hs
+++ b/src/Snap/Internal/Types.hs
@@ -224,7 +224,7 @@ unsafeDetachRequestBody = do
 ------------------------------------------------------------------------------
 -- | Short-circuits a 'Snap' monad action early, storing the given
 -- 'Response' value in its state.
-finishWith :: Response -> Snap ()
+finishWith :: Response -> Snap a
 finishWith = Snap . return . Just . Left
 {-# INLINE finishWith #-}
 
-----------------------------------------------------------------------


hooks/post-receive
-- 
snap-core
_______________________________________________
Snap mailing list
[email protected]
http://mailman-mail5.webfaction.com/listinfo/snap

Reply via email to