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, master has been updated
via 0fe8a54a6b19bc3af1fdca66b2ab49d6fe2271fc (commit)
from dc56b5fbc9a3d8fb3e330a39cae8eeb58033fb4d (commit)
Summary of changes:
src/Snap/Iteratee.hs | 3 +++
1 files changed, 3 insertions(+), 0 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 0fe8a54a6b19bc3af1fdca66b2ab49d6fe2271fc
Author: Gregory Collins <[email protected]>
Date: Sat May 29 16:19:33 2010 -0400
...and export the symbols
diff --git a/src/Snap/Iteratee.hs b/src/Snap/Iteratee.hs
index 2d0fb81..55aede2 100644
--- a/src/Snap/Iteratee.hs
+++ b/src/Snap/Iteratee.hs
@@ -37,6 +37,8 @@ module Snap.Iteratee
, takeNoMoreThan
, countBytes
, bufferIteratee
+ , mkIterateeBuffer
+ , unsafeBufferIterateeWithBuffer
, unsafeBufferIteratee
) where
@@ -163,6 +165,7 @@ bUFSIZ :: Int
bUFSIZ = 8192
+-- | Creates a buffer to be passed into 'unsafeBufferIterateeWithBuffer'.
mkIterateeBuffer :: IO (ForeignPtr CChar)
mkIterateeBuffer = mallocForeignPtrBytes bUFSIZ
-----------------------------------------------------------------------
hooks/post-receive
--
snap-core
_______________________________________________
Snap mailing list
[email protected]
http://mailman-mail5.webfaction.com/listinfo/snap