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 ea5fc3f3b23c940518b775d2b8ba32926d5b9a40 (commit)
via 5887cf4e69faa45c8240d9b9fa172015e608b747 (commit)
from 6d3cea8c845ea26decb94ac9f58a88ed4538d8f0 (commit)
Summary of changes:
src/Snap/Internal/Types.hs | 2 +-
1 files changed, 1 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 ea5fc3f3b23c940518b775d2b8ba32926d5b9a40
Merge: 6d3cea8 5887cf4
Author: Mighty Byte <[email protected]>
Date: Wed May 26 21:23:58 2010 -0400
Merge branch 'master' of http://github.com/chowells79/snap-core
commit 5887cf4e69faa45c8240d9b9fa172015e608b747
Author: Carl Howells <[email protected]>
Date: Wed May 26 18:10:36 2010 -0700
Add a Typeable instance for Snap
diff --git a/src/Snap/Internal/Types.hs b/src/Snap/Internal/Types.hs
index 31a173e..e51c266 100644
--- a/src/Snap/Internal/Types.hs
+++ b/src/Snap/Internal/Types.hs
@@ -84,7 +84,7 @@ import Snap.Internal.Http.Types
------------------------------------------------------------------------------
newtype Snap a = Snap {
unSnap :: StateT SnapState (Iteratee IO) (Maybe (Either Response a))
-}
+} deriving Typeable
------------------------------------------------------------------------------
-----------------------------------------------------------------------
hooks/post-receive
--
snap-core
_______________________________________________
Snap mailing list
[email protected]
http://mailman-mail5.webfaction.com/listinfo/snap