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  5dbb52de15bf086fb00200e1ec7da71bb70309a1 (commit)
      from  b60c7237f2545d5c0825a8c78cfc14a2bea17341 (commit)


Summary of changes:
 src/Snap/Loader/Hint.hs |    6 +++++-
 1 files changed, 5 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 5dbb52de15bf086fb00200e1ec7da71bb70309a1
Author: Carl Howells <[email protected]>
Date:   Thu Jul 1 15:37:34 2010 -0700

    Finish (first pass of) docs for Snap.Loader.Hint

diff --git a/src/Snap/Loader/Hint.hs b/src/Snap/Loader/Hint.hs
index c1f782a..dc03947 100644
--- a/src/Snap/Loader/Hint.hs
+++ b/src/Snap/Loader/Hint.hs
@@ -1,6 +1,10 @@
 {-# LANGUAGE OverloadedStrings #-}
 {-# LANGUAGE TemplateHaskell #-}
-
+-- | This module includes the machinery necessary to use hint to load
+-- action code dynamically.  It includes a Template Haskell function
+-- to gather the necessary compile-time information about code
+-- location, compiler arguments, etc, and bind that information into
+-- the calls to the dynamic loader.
 module Snap.Loader.Hint where
 
 ------------------------------------------------------------------------------
-----------------------------------------------------------------------


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

Reply via email to