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-server".
The branch, 0.3 has been updated
via ae0d526607ab639a2cb97567da89d7df87c26595 (commit)
via ff9db5e3e33ca74661b22edab5be5e3b265f5144 (commit)
from 2b7e260ab294ef7f0cd3cf9dc3bb34db731d6d6c (commit)
Summary of changes:
snap-server.cabal | 4 +
src/Data/HashMap/Concurrent.hs | 238 +++++++++++++++++++++++++
src/Snap/Internal/Http/Server/LibevBackend.hs | 85 ++--------
test/snap-server-testsuite.cabal | 2 +
test/suite/Data/HashMap/Concurrent/Tests.hs | 31 ++++
test/suite/Snap/Test/Common.hs | 1 -
test/suite/TestSuite.hs | 7 +-
7 files changed, 294 insertions(+), 74 deletions(-)
create mode 100644 src/Data/HashMap/Concurrent.hs
create mode 100644 test/suite/Data/HashMap/Concurrent/Tests.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 ae0d526607ab639a2cb97567da89d7df87c26595
Merge: 2b7e260 ff9db5e
Author: Gregory Collins <[email protected]>
Date: Wed Jul 7 00:45:16 2010 -0400
Merge branch 'master' into 0.3
diff --cc snap-server.cabal
index 1c987db,36e14d6..076921a
--- a/snap-server.cabal
+++ b/snap-server.cabal
@@@ -91,9 -93,10 +93,10 @@@ Librar
System.FastLogger
other-modules:
+ Data.HashMap.Concurrent,
Paths_snap_server,
Snap.Internal.Http.Parser,
- Snap.Internal.Http.Server,
+ Snap.Internal.Http.Server,
Snap.Internal.Http.Server.Date
build-depends:
@@@ -110,11 -113,11 +113,12 @@@
dlist >= 0.5 && < 0.6,
filepath,
iteratee >= 0.3.1 && <0.4,
+ MonadCatchIO-transformers >= 0.2.1 && < 0.3,
monads-fd,
+ murmur-hash >= 0.1 && < 0.2,
network == 2.2.1.*,
old-locale,
- snap-core >= 0.2.7 && <0.3,
+ snap-core >= 0.3 && <0.4,
time,
transformers,
unix-compat,
-----------------------------------------------------------------------
hooks/post-receive
--
snap-server
_______________________________________________
Snap mailing list
[email protected]
http://mailman-mail5.webfaction.com/listinfo/snap