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  7b1d368a7f1c846b8459a07143bce5e2ee7e6a44 (commit)
       via  5589c7e6b7e5e15a44b577b409f93d9a4f374458 (commit)
       via  d375685dcf98a4680d65525d50543f5540c23d51 (commit)
       via  f8011e84a5e23ee104ebbc82a406cf2446cf6ff4 (commit)
       via  61ff831a56d64143cda11c324ed4d1250f0b6df5 (commit)
       via  fbd0b63e3c29c3ce419eb446c580b75f3f0d1729 (commit)
       via  144e32b583b5c1ad847adebed73932a4344bb644 (commit)
       via  f5fe8e847ea731a68587ad599ae218a715cd34ec (commit)
       via  34a38cb6057758b18120bcbfaa44921c400cd6ee (commit)
       via  a0ffa12803130934ea0a88fc60ff7e864b496df8 (commit)
       via  1ad9656b474e20b2d37d8408db31b47249234bb0 (commit)
       via  e8284463bf93170bec02fb139bc222f853a944c0 (commit)
       via  aae6986117305fa685d0d04dd08b21ef5e53cf25 (commit)
       via  a47a25d653b5230f3789f1ad9f1d11b85954759c (commit)
       via  f643c3fb7391cf56d434e46a9da3ecb299d36366 (commit)
      from  8237880579b857632c369b65fefb13f2b93c3644 (commit)


Summary of changes:
 .ghci                                         |    1 +
 CONTRIBUTORS                                  |    1 +
 TODO                                          |   14 +-
 heist.cabal                                   |   10 +-
 src/Text/Templating/Heist.hs                  |    7 +-
 src/Text/Templating/Heist/Internal.hs         |  411 +++++++++++++------------
 src/Text/Templating/Heist/Splices/Apply.hs    |   18 +-
 src/Text/Templating/Heist/Splices/Bind.hs     |    3 +-
 src/Text/Templating/Heist/Splices/Ignore.hs   |    2 +-
 src/Text/Templating/Heist/Splices/Markdown.hs |    6 +-
 src/Text/Templating/Heist/Splices/Static.hs   |    1 +
 src/Text/Templating/Heist/Types.hs            |  346 +++++++++++++++++++++
 test/.ghci                                    |    1 +
 test/heist-testsuite.cabal                    |    1 +
 test/suite/Text/Templating/Heist/Tests.hs     |   89 ++++--
 test/templates/attrs.tpl                      |    3 +
 test/templates/index.tpl                      |    9 +-
 test/templates/ioc.tpl                        |    6 +
 test/templates/noroot.tpl                     |    2 +
 test/templates/page.tpl                       |    5 +
 20 files changed, 685 insertions(+), 251 deletions(-)
 create mode 100644 src/Text/Templating/Heist/Types.hs
 create mode 100644 test/templates/attrs.tpl
 create mode 100644 test/templates/ioc.tpl
 create mode 100644 test/templates/page.tpl

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


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

Reply via email to