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

The branch, master has been updated
       via  2e98bd51a19115f8971764598a8fecabf36b872b (commit)
      from  4dbf128498fa73e7eba660166df9f47b888d0ab3 (commit)


Summary of changes:
 heist.cabal |   10 +++++++++-
 1 files changed, 9 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 2e98bd51a19115f8971764598a8fecabf36b872b
Author: Gregory Collins <[email protected]>
Date:   Sun Feb 6 11:45:23 2011 -0500

    Fix extra-source-files

diff --git a/heist.cabal b/heist.cabal
index 0cd0c16..5e1559b 100644
--- a/heist.cabal
+++ b/heist.cabal
@@ -1,5 +1,5 @@
 name:           heist
-version:        0.5.0.0
+version:        0.5.0.1
 synopsis:       An xhtml templating system
 description:    An xhtml templating system
 license:        BSD3
@@ -12,6 +12,7 @@ homepage:       http://snapframework.com/
 category:       Web
 
 extra-source-files:
+  .ghci,
   CONTRIBUTORS,
   docs/Makefile,
   docs/templates.css,
@@ -31,20 +32,27 @@ extra-source-files:
   LICENSE,
   README.md,
   README.SNAP.md,
+  test/.ghci,
   test/heist-testsuite.cabal,
   test/README,
   test/runTestsAndCoverage.sh,
   test/suite/TestSuite.hs,
   test/suite/Text/Templating/Heist/Tests.hs,
   test/templates/a.tpl,
+  test/templates/attrs.tpl,
   test/templates/bar/a.tpl,
   test/templates/bar/index.tpl,
+  test/templates/bind-attrs.tpl,
   test/templates/etc.tpl,
   test/templates/foo/a.tpl,
   test/templates/foo/b.tpl,
   test/templates/index.tpl,
+  test/templates/ioc.tpl,
+  test/templates/markdown.tpl,
   test/templates/noroot.tpl,
+  test/templates/page.tpl,
   test/templates/readme.txt,
+  test/templates/test.md,
   test/templates/user/admin/main.tpl,
   test/templates/user/admin/menu.tpl,
   test/templates/user/main.tpl,
-----------------------------------------------------------------------


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

Reply via email to