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, master has been updated
       via  b482c98d0cda7dd03afee7f35b6ac5e77599a7bb (commit)
      from  ffc57c6a7f1d5dc82fee303d99a3dda3188e2402 (commit)


Summary of changes:
 .../Snap/Internal/Http/Parser/Benchmark.hs         |    3 ++-
 1 files changed, 2 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 b482c98d0cda7dd03afee7f35b6ac5e77599a7bb
Author: Gregory Collins <[email protected]>
Date:   Mon Sep 6 12:14:04 2010 -0400

    Fix testsuite build error

diff --git a/test/benchmark/Snap/Internal/Http/Parser/Benchmark.hs 
b/test/benchmark/Snap/Internal/Http/Parser/Benchmark.hs
index 7e815d9..76b9f54 100644
--- a/test/benchmark/Snap/Internal/Http/Parser/Benchmark.hs
+++ b/test/benchmark/Snap/Internal/Http/Parser/Benchmark.hs
@@ -32,7 +32,8 @@ parseChunked = do
   return ()
 
 -- utils
-toChunked lbs = writeChunkedTransferEncoding (enumLBS lbs) stream2stream >>= 
run >>= return . fromWrap
+toChunked lbs = writeChunkedTransferEncoding stream2stream >>=
+                enumLBS lbs >>= run >>= return . fromWrap
 
 benchmarks = bgroup "parser"
              [ bench "firefoxget" $ whnfIO parseGet
-----------------------------------------------------------------------


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

Reply via email to