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  981d9560cbd392dd2bef55d131ef15df4a49969a (commit)
      from  eb491bdedf19320d11d2ae64548b51fce577daa7 (commit)


Summary of changes:
 project_template/extensions/foo.cabal |    2 +-
 project_template/hint/foo.cabal       |    2 +-
 2 files changed, 2 insertions(+), 2 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 981d9560cbd392dd2bef55d131ef15df4a49969a
Author: Mighty Byte <[email protected]>
Date:   Tue Oct 26 19:35:03 2010 -0400

    Fixed heist version dep in template project.

diff --git a/project_template/extensions/foo.cabal 
b/project_template/extensions/foo.cabal
index 3a4549a..466298e 100644
--- a/project_template/extensions/foo.cabal
+++ b/project_template/extensions/foo.cabal
@@ -29,7 +29,7 @@ Executable foo
     snap >= 0.3 && < 0.4,
     snap-core >= 0.3 && < 0.4,
     snap-extensions >= 0.1 && < 0.2,
-    heist >= 0.3 && < 0.4,
+    heist >= 0.2.4 && < 0.3,
     hint >= 0.3.2 && < 0.4
 
   if impl(ghc >= 6.12.0)
diff --git a/project_template/hint/foo.cabal b/project_template/hint/foo.cabal
index 62bb80e..8c206ff 100644
--- a/project_template/hint/foo.cabal
+++ b/project_template/hint/foo.cabal
@@ -29,7 +29,7 @@ Executable projname
     snap >= 0.3 && < 0.4,
     snap-core >= 0.3 && < 0.4,
     snap-server >= 0.3 && < 0.4,
-    heist >= 0.3 && < 0.4,
+    heist >= 0.2.4 && < 0.3,
     hint >= 0.3.2 && < 0.4,
     time >= 1.0 && < 1.3
 
-----------------------------------------------------------------------


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

Reply via email to