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  c88691088ae38e61bbf8f401cac39e782e7d28cc (commit)
      from  d1e350eefe74de60d12167a54f421f0d3addcc34 (commit)


Summary of changes:
 snap-server.cabal                |    2 +-
 test/snap-server-testsuite.cabal |    8 ++++----
 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 c88691088ae38e61bbf8f401cac39e782e7d28cc
Author: Gregory Collins <[email protected]>
Date:   Sun Dec 19 18:54:05 2010 +0100

    Bump network dependency

diff --git a/snap-server.cabal b/snap-server.cabal
index ebacff8..b823d2d 100644
--- a/snap-server.cabal
+++ b/snap-server.cabal
@@ -133,7 +133,7 @@ Library
     MonadCatchIO-transformers >= 0.2.1 && < 0.3,
     mtl == 2.0.*,
     murmur-hash >= 0.1 && < 0.2,
-    network == 2.2.*,
+    network >= 2.3 && <2.4,
     old-locale,
     snap-core >= 0.3 && <0.4,
     template-haskell,
diff --git a/test/snap-server-testsuite.cabal b/test/snap-server-testsuite.cabal
index 79fa56d..07b1353 100644
--- a/test/snap-server-testsuite.cabal
+++ b/test/snap-server-testsuite.cabal
@@ -41,7 +41,7 @@ Executable testsuite
      HUnit >= 1.2 && < 2,
      monads-fd >= 0.1.0.4 && <0.2,
      murmur-hash >= 0.1 && < 0.2,
-     network == 2.2.*,
+     network == 2.3.*,
      network-bytestring >= 0.1.2 && < 0.2,
      old-locale,
      parallel > 2,
@@ -104,7 +104,7 @@ Executable pongserver
      parallel > 2,
      MonadCatchIO-transformers >= 0.2.1 && < 0.3,
      murmur-hash >= 0.1 && < 0.2,
-     network == 2.2.*,
+     network == 2.3.*,
      network-bytestring >= 0.1.2 && < 0.2,
      snap-core >= 0.3 && <0.4,
      template-haskell,
@@ -180,7 +180,7 @@ Executable testserver
      MonadCatchIO-transformers >= 0.2.1 && < 0.3,
      monads-fd >= 0.1.0.4 && <0.2,
      murmur-hash >= 0.1 && < 0.2,
-     network == 2.2.*,
+     network == 2.3.*,
      network-bytestring >= 0.1.2 && < 0.2,
      old-locale,
      parallel > 2,
@@ -221,6 +221,6 @@ Executable benchmark
    main-is:         Benchmark.hs
    build-depends:
      base >= 4 && < 5,
-     network == 2.2.*,
+     network == 2.3.*,
      http-enumerator >= 0.2.1.3 && <0.3,
      criterion >= 0.5 && <0.6
-----------------------------------------------------------------------


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

Reply via email to