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  b574c36cddc100121d9a0c85cb5cafc016dfac8a (commit)
       via  9875cff2cb84e76b2710bce057c6e3d0fe42749d (commit)
      from  a352cd77445a225f136dee3b9f1ed1d0a89999d5 (commit)


Summary of changes:
 snap-core.cabal                     |    2 +-
 src/Snap/Internal/Iteratee/Debug.hs |    5 ++++-
 test/snap-core-testsuite.cabal      |    2 +-
 3 files changed, 6 insertions(+), 3 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 b574c36cddc100121d9a0c85cb5cafc016dfac8a
Author: Gregory Collins <[email protected]>
Date:   Wed Dec 22 13:49:23 2010 +0100

    Bump version, move testsuite to mtl instead of monads-fd

diff --git a/snap-core.cabal b/snap-core.cabal
index 53d4cdf..f526023 100644
--- a/snap-core.cabal
+++ b/snap-core.cabal
@@ -1,5 +1,5 @@
 name:           snap-core
-version:        0.3.0
+version:        0.3.1
 synopsis:       Snap: A Haskell Web Framework (Core)
 
 description:
diff --git a/test/snap-core-testsuite.cabal b/test/snap-core-testsuite.cabal
index 7a5ab59..a0e1334 100644
--- a/test/snap-core-testsuite.cabal
+++ b/test/snap-core-testsuite.cabal
@@ -35,7 +35,7 @@ Executable testsuite
     HUnit >= 1.2 && < 2,
     enumerator == 0.4.*,
     MonadCatchIO-transformers >= 0.2 && < 0.3,
-    monads-fd <0.2,
+    mtl == 2.*,
     old-locale,
     old-time,
     parallel >= 2.2 && <2.3,
commit 9875cff2cb84e76b2710bce057c6e3d0fe42749d
Author: Gregory Collins <[email protected]>
Date:   Wed Dec 22 10:11:01 2010 +0100

    Fix types when NODEBUG is on

diff --git a/src/Snap/Internal/Iteratee/Debug.hs 
b/src/Snap/Internal/Iteratee/Debug.hs
index f3c8f8c..9565f86 100644
--- a/src/Snap/Internal/Iteratee/Debug.hs
+++ b/src/Snap/Internal/Iteratee/Debug.hs
@@ -75,7 +75,10 @@ iterateeDebugWrapper name iter = do
 
 #else
 
-iterateeDebugWrapper :: String -> Iteratee IO a -> Iteratee IO a
+iterateeDebugWrapper :: (Show a, MonadIO m) =>
+                        String
+                     -> Iteratee a m b
+                     -> Iteratee a m b
 iterateeDebugWrapper _ = id
 {-# INLINE iterateeDebugWrapper #-}
 
-----------------------------------------------------------------------


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

Reply via email to