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

The branch, faster-snap-monad has been updated
       via  06053eb5c5071146e358bcf9ec5a8fce919ad31a (commit)
       via  d9d119f04cc979ea3399e476c08a901d1be585fe (commit)
       via  e8294b37500d3f9e5a9f71751e4a2da2629b2b6d (commit)
       via  efd96b2f2b9eed7399a3c814dcd490708cf1e9dd (commit)
       via  fab18d58ee5282c61005045acd5851921bb6db25 (commit)
       via  e6f55ff7f097e639e4d5b67ef1faf092ef227c04 (commit)
       via  81db7f64db0b8462b255880322445af49993cd02 (commit)
       via  0e3e863f378bfa187d5fc480968711bfe9b69911 (commit)
       via  c79652f5e5978eee3c3aad06c2fad5a97c60045d (commit)
       via  a737d427ab58dcb8ba26022e261dc113dfa5ae4f (commit)
       via  112537b49c1258ff29adec0e3225fa8bcc961623 (commit)
       via  db3ba79c9cc0f8c00f2778a75f5aa4de00063569 (commit)
       via  28689f30493adc3255fc9e909b940a8c517a42cb (commit)
       via  2e31154c03621757f4850ec94ba1c6e42811b8aa (commit)
       via  0fe8a54a6b19bc3af1fdca66b2ab49d6fe2271fc (commit)
       via  dc56b5fbc9a3d8fb3e330a39cae8eeb58033fb4d (commit)
       via  35f1d3db308ab2ded79f84a50feb124326b6f07e (commit)
       via  1f969fe10cad0ace8fa35ca2734e348971cba72d (commit)
       via  99be8d70460b9ecd823fc27051a60ba105abd2cf (commit)
       via  9ad03542a5a4858d4b8841749129e65e7b889651 (commit)
       via  54630146de2527cd8c294955005688c903a6a6c8 (commit)
       via  23d051fe3a14d07ecd800299852ffdf4612037cb (commit)
       via  100b5e2915d3c3d63baaaf2e895bdc85101ff2a3 (commit)
       via  302d098fb66b83a2afbfe7e9a72a947a62890c5e (commit)
       via  2e78d4b0ab1548dec424d6782d0c4b13cb32dd6a (commit)
       via  f165ad8472b4f10eb8435403a9c48881890754ba (commit)
       via  5352db48d27faf57973cd9e6ba7cbbd6b21bd668 (commit)
       via  240825476e22a6c51e5dc34352020992f5e326a2 (commit)
       via  6cfc5bb3273a7f2e8842f21726f2550424cf46a9 (commit)
       via  fdb4a77141e6acd1d63057c3917c9c1b062efafb (commit)
       via  ea5fc3f3b23c940518b775d2b8ba32926d5b9a40 (commit)
       via  6d3cea8c845ea26decb94ac9f58a88ed4538d8f0 (commit)
       via  5887cf4e69faa45c8240d9b9fa172015e608b747 (commit)
       via  bf4a279e419753eb3d254af6eab016f22c0ba17c (commit)
       via  5493800ccb946ab35619c8d3d4104a4275036bac (commit)
       via  a45e44a9c9095cfa266647cd805e7301a9b06aab (commit)
       via  742352af92e4dd6d48183a8b54f717b4f565b0e8 (commit)
       via  2f1ef304c3b915559289434780903293b937b4b9 (commit)
       via  8630c252ddb0feda31a59b60c8693014f174b9e8 (commit)
       via  0ddeb8017bebbbd7833b902940084c51bdec0a8f (commit)
      from  a39fc1eb30c3db63ed47551818e70d13722dd053 (commit)


Summary of changes:
 CONTRIBUTORS                              |    4 +-
 cbits/timefuncs.c                         |    8 +-
 project_template/barebones/foo.cabal      |   33 ++++
 project_template/barebones/src/Common.hs  |   59 ++++++
 project_template/barebones/src/Main.hs    |   33 ++++
 project_template/default/foo.cabal        |   37 ++++
 project_template/default/src/Common.hs    |  151 +++++++++++++++
 project_template/default/src/Main.hs      |   34 ++++
 snap-core.cabal                           |   33 +++-
 src/Snap/Internal/Debug.hs                |    2 +-
 src/Snap/Internal/Http/Types.hs           |   96 +++++++---
 src/Snap/Internal/Routing.hs              |  103 +++++++----
 src/Snap/Internal/Types.hs                |    2 +-
 src/Snap/Iteratee.hs                      |  290 ++++++++++++++++++++++++-----
 src/Snap/Starter.hs                       |  101 +++-------
 src/Snap/StarterTH.hs                     |   55 ++++++
 src/Snap/Util/FileServe.hs                |    5 +-
 src/Snap/Util/GZip.hs                     |    2 +-
 test/snap-core-testsuite.cabal            |   18 ++-
 test/suite/Snap/Internal/Routing/Tests.hs |   27 +++-
 test/suite/Snap/Iteratee/Tests.hs         |  181 +++++++++++++++++--
 21 files changed, 1062 insertions(+), 212 deletions(-)
 create mode 100644 project_template/barebones/foo.cabal
 create mode 100644 project_template/barebones/src/Common.hs
 create mode 100644 project_template/barebones/src/Main.hs
 create mode 100644 project_template/default/foo.cabal
 create mode 100644 project_template/default/src/Common.hs
 create mode 100644 project_template/default/src/Main.hs
 create mode 100644 src/Snap/StarterTH.hs

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 06053eb5c5071146e358bcf9ec5a8fce919ad31a
Merge: a39fc1e d9d119f
Author: Gregory Collins <[email protected]>
Date:   Thu Jun 10 18:30:25 2010 -0400

    Merge from trunk

diff --cc CONTRIBUTORS
index e8e148d,c8720f8..7207e86
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@@ -1,5 -1,6 +1,7 @@@
  Doug Beardsley <[email protected]>
  Gregory Collins <[email protected]>
  Shu-yu Guo <[email protected]>
+ Carl Howells
  James Sanders <[email protected]>
- Leon P Smith <[email protected]>
++Leon P Smith <[email protected]>
+ Jacob Stanley <[email protected]>
diff --cc src/Snap/Internal/Types.hs
index 3cad541,e51c266..c723ba4
--- a/src/Snap/Internal/Types.hs
+++ b/src/Snap/Internal/Types.hs
@@@ -87,8 -83,8 +87,8 @@@ type Cont r a = r -> (Response -> r) -
  
  ------------------------------------------------------------------------------
  newtype Snap a = Snap {
 -      unSnap :: StateT SnapState (Iteratee IO) (Maybe (Either Response a))
 +      unSnap :: forall r. Cont (SnapState -> Iteratee IO r) a
- }
+ } deriving Typeable
  
  
  ------------------------------------------------------------------------------
-----------------------------------------------------------------------


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

Reply via email to