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  fec61228361171a00e03484b7aebc2d1f0f4ff3d (commit)
      from  596c514ccabe01e955806a232342aef3ac5d5daa (commit)


Summary of changes:
 src/Snap/Internal/Http/Types.hs |    1 +
 src/Snap/Types.hs               |    1 +
 2 files changed, 2 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 fec61228361171a00e03484b7aebc2d1f0f4ff3d
Author: Gregory Collins <[email protected]>
Date:   Thu Sep 2 15:06:29 2010 -0400

    Export 'SomeEnumerator'

diff --git a/src/Snap/Internal/Http/Types.hs b/src/Snap/Internal/Http/Types.hs
index dc13ad2..f766230 100644
--- a/src/Snap/Internal/Http/Types.hs
+++ b/src/Snap/Internal/Http/Types.hs
@@ -168,6 +168,7 @@ type Params = Map ByteString [ByteString]
 -- request type
 ------------------------------------------------------------------------------
 
+-- | An existential wrapper for the 'Enumerator' type
 data SomeEnumerator = SomeEnumerator (forall a . Enumerator a)
 
 
diff --git a/src/Snap/Types.hs b/src/Snap/Types.hs
index 9314a14..46e9101 100644
--- a/src/Snap/Types.hs
+++ b/src/Snap/Types.hs
@@ -107,6 +107,7 @@ module Snap.Types
 
     -- * Iteratee
   , Enumerator
+  , SomeEnumerator(..)
 
     -- * HTTP utilities
   , formatHttpTime
-----------------------------------------------------------------------


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

Reply via email to