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

The branch, master has been updated
       via  5ed33f4a12734874e1310dbec7e9e05612901372 (commit)
      from  329f1443a70217e46bfd5d760710781e5cede765 (commit)


Summary of changes:
 src/Snap/Loader/Hint.hs |    4 ++++
 1 files changed, 4 insertions(+), 0 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 5ed33f4a12734874e1310dbec7e9e05612901372
Author: Gregory Collins <[email protected]>
Date:   Wed Nov 10 11:21:22 2010 +0100

    Fix a couple of minor haddock issues

diff --git a/src/Snap/Loader/Hint.hs b/src/Snap/Loader/Hint.hs
index f8a0c7d..0dd2d0f 100644
--- a/src/Snap/Loader/Hint.hs
+++ b/src/Snap/Loader/Hint.hs
@@ -37,7 +37,9 @@ import qualified Snap.Loader.Static as Static
 -- to the generated code.
 --
 -- This could be considered a TH wrapper around a function
+--
 -- > loadSnap :: IO a -> (a -> IO ()) -> (a -> Snap ()) -> IO (IO (), Snap ())
+--
 -- with a magical implementation.
 --
 -- The returned IO action does nothing.  The returned Snap action does
@@ -107,7 +109,9 @@ getHintOpts args = removeBad opts
 -- it to run again.
 --
 -- This constructs an expression of type Snap (), that is essentially
+--
 -- > bracketSnap initialization cleanup handler
+--
 -- for the values of initialization, cleanup, and handler passed in.
 --
 -- Generally, this won't be called manually.  Instead, loadSnapTH will
-----------------------------------------------------------------------


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

Reply via email to