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  3591225fa34507fb389eabc169bb9119636a2727 (commit)
      from  d8e9f198ec886e5e2b4526fe5920e6c988960dc6 (commit)


Summary of changes:
 project_template/default/src/Main.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 3591225fa34507fb389eabc169bb9119636a2727
Author: Ozgun Ataman <[email protected]>
Date:   Sun Dec 19 20:44:24 2010 +0200

    Fix module import in extension template

diff --git a/project_template/default/src/Main.hs 
b/project_template/default/src/Main.hs
index 01a52f8..c1fe8dc 100644
--- a/project_template/default/src/Main.hs
+++ b/project_template/default/src/Main.hs
@@ -46,7 +46,7 @@ module Main where
 #ifdef PRODUCTION
 import           Snap.Extension.Server
 #else
-import           Snap.Loader.Devel
+import           Snap.Extension.Loader.Devel
 import           Snap.Http.Server (quickHttpServe)
 #endif
 
-----------------------------------------------------------------------


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

Reply via email to