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  9bd94c33fb00b9e37aea671d72240d1a5c9a0571 (commit)
       via  555af36c8638ae1d0d6b211a77fd2f2a124940bf (commit)
      from  77ed8e74bfe52ed98c516a5f1ff4676a6476913e (commit)


Summary of changes:
 snap-core.cabal       |    2 +-
 src/Snap/Util/GZip.hs |    3 ++-
 2 files changed, 3 insertions(+), 2 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 9bd94c33fb00b9e37aea671d72240d1a5c9a0571
Author: Mighty Byte <[email protected]>
Date:   Thu Aug 26 11:23:45 2010 -0400

    Version bump

diff --git a/snap-core.cabal b/snap-core.cabal
index b7b0420..743ad8c 100644
--- a/snap-core.cabal
+++ b/snap-core.cabal
@@ -1,5 +1,5 @@
 name:           snap-core
-version:        0.2.10
+version:        0.2.11
 synopsis:       Snap: A Haskell Web Framework (Core)
 
 description:
commit 555af36c8638ae1d0d6b211a77fd2f2a124940bf
Author: Mighty Byte <[email protected]>
Date:   Thu Aug 26 11:14:20 2010 -0400

    Qualify use of mapM_ to work with iteratee-0.3.6

diff --git a/src/Snap/Util/GZip.hs b/src/Snap/Util/GZip.hs
index 53666f6..f0c6d4b 100644
--- a/src/Snap/Util/GZip.hs
+++ b/src/Snap/Util/GZip.hs
@@ -242,7 +242,8 @@ compressEnumerator compFunc enum iteratee = do
 
         let output = L.toChunks $ compFunc bs
         let runIt = do
-            mapM_ (writeChan writeEnd . toChunk) output
+            --Prelude specified to work with iteratee-0.3.6
+            Prelude.mapM_ (writeChan writeEnd . toChunk) output
             writeChan writeEnd $ EOF Nothing
 
         runIt `catch` \(e::SomeException) ->
-----------------------------------------------------------------------


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

Reply via email to