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-server".

The branch, master has been updated
       via  ace8a2cce65115ee112249f5b59979e4ee9c5ca8 (commit)
      from  7f9e8149b0922008ea38568d2da432ffd3505ab0 (commit)


Summary of changes:
 snap-server.cabal                |    4 ++--
 test/snap-server-testsuite.cabal |    6 +++---
 2 files changed, 5 insertions(+), 5 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 ace8a2cce65115ee112249f5b59979e4ee9c5ca8
Author: Gregory Collins <[email protected]>
Date:   Thu Aug 26 11:55:20 2010 -0400

    Fix version dependency error

diff --git a/snap-server.cabal b/snap-server.cabal
index 94f5558..c92b9a4 100644
--- a/snap-server.cabal
+++ b/snap-server.cabal
@@ -1,5 +1,5 @@
 name:           snap-server
-version:        0.2.10.1
+version:        0.2.10.2
 synopsis:       A fast, iteratee-based, epoll-enabled web server for the Snap 
Framework
 description:
   This is the first developer prerelease of the Snap framework.  Snap is a
@@ -118,7 +118,7 @@ Library
     murmur-hash >= 0.1 && < 0.2,
     network == 2.2.1.*,
     old-locale,
-    snap-core >= 0.2.11 && <0.3,
+    snap-core >= 0.2.10 && <0.3,
     template-haskell,
     time,
     transformers,
diff --git a/test/snap-server-testsuite.cabal b/test/snap-server-testsuite.cabal
index 0a22f12..ce4e88d 100644
--- a/test/snap-server-testsuite.cabal
+++ b/test/snap-server-testsuite.cabal
@@ -40,7 +40,7 @@ Executable testsuite
      old-locale,
      parallel > 2,
      iteratee >= 0.3.1 && < 0.4,
-     snap-core >= 0.2.9 && <0.3,
+     snap-core >= 0.2.10 && <0.3,
      test-framework >= 0.3.1 && <0.4,
      test-framework-hunit >= 0.2.5 && < 0.3,
      test-framework-quickcheck2 >= 0.2.6 && < 0.3,
@@ -95,7 +95,7 @@ Executable pongserver
      murmur-hash >= 0.1 && < 0.2,
      network == 2.2.1.7,
      network-bytestring >= 0.1.2 && < 0.2,
-     snap-core >= 0.2.9 && <0.3,
+     snap-core >= 0.2.10 && <0.3,
      time,
      transformers,
      unix-compat,
@@ -169,7 +169,7 @@ Executable testserver
      murmur-hash >= 0.1 && < 0.2,
      network == 2.2.1.7,
      network-bytestring >= 0.1.2 && < 0.2,
-     snap-core >= 0.2.9 && <0.3,
+     snap-core >= 0.2.10 && <0.3,
      template-haskell,
      time,
      transformers,
-----------------------------------------------------------------------


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

Reply via email to