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 dd296981e2f2a51a8f335522ee991546bec47233 (commit)
via 57e7aaed651ca46f23d15127078679b9d708cddc (commit)
via db1348103c12e5505f1115d5762a98a7790c3a9e (commit)
from 329a10c36455729eeba0dc9e9fb85109a47f3aa5 (commit)
Summary of changes:
cbits/timefuncs.c | 1 +
snap-core.cabal | 2 +-
src/Snap/Iteratee.hs | 2 +-
3 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 dd296981e2f2a51a8f335522ee991546bec47233
Author: Mighty Byte <[email protected]>
Date: Sat Dec 11 20:24:49 2010 -0500
Upgrade enumerator constraint to match the new text constraint.
diff --git a/snap-core.cabal b/snap-core.cabal
index 5f3dc1f..53d4cdf 100644
--- a/snap-core.cabal
+++ b/snap-core.cabal
@@ -149,7 +149,7 @@ Library
deepseq >= 1.1 && <1.2,
directory,
dlist >= 0.5 && < 0.6,
- enumerator == 0.4.*,
+ enumerator > 0.4.2 && < 0.5,
filepath,
MonadCatchIO-transformers >= 0.2.1 && < 0.3,
mtl == 2.0.*,
commit 57e7aaed651ca46f23d15127078679b9d708cddc
Author: Luke Hoersten <[email protected]>
Date: Sat Dec 11 18:44:12 2010 -0600
Removed unused variable.
diff --git a/src/Snap/Iteratee.hs b/src/Snap/Iteratee.hs
index b32ee74..061fa8d 100644
--- a/src/Snap/Iteratee.hs
+++ b/src/Snap/Iteratee.hs
@@ -286,7 +286,7 @@ unsafeBufferIterateeWithBuffer buf iter = Iteratee $ do
return $ copyStep step2
- go !n !k ch@(Chunks xs) = Iteratee $ do
+ go !n !k (Chunks xs) = Iteratee $ do
assert (n >= 0) (return ())
assert (n <= bUFSIZ) (return ())
commit db1348103c12e5505f1115d5762a98a7790c3a9e
Author: Luke Hoersten <[email protected]>
Date: Sat Dec 11 18:32:03 2010 -0600
Added required "feature test macro" to use timegm() without warnings.
diff --git a/cbits/timefuncs.c b/cbits/timefuncs.c
index ed6d035..849f139 100644
--- a/cbits/timefuncs.c
+++ b/cbits/timefuncs.c
@@ -1,4 +1,5 @@
#define _XOPEN_SOURCE
+#define _BSD_SOURCE
#include <time.h>
#include <locale.h>
-----------------------------------------------------------------------
hooks/post-receive
--
snap-core
_______________________________________________
Snap mailing list
[email protected]
http://mailman-mail5.webfaction.com/listinfo/snap