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  0633385960a8c30a034b3acba3e43037d896f8bf (commit)
      from  28f2c72873f159507317a1c0d3a3cc846101cfcf (commit)


Summary of changes:
 snap-server.cabal |    4 ++--
 1 files changed, 2 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 0633385960a8c30a034b3acba3e43037d896f8bf
Author: Gregory Collins <[email protected]>
Date:   Sun Aug 29 15:01:15 2010 -0400

    Fix broken other-modules section

diff --git a/snap-server.cabal b/snap-server.cabal
index f2a58de..a9997b9 100644
--- a/snap-server.cabal
+++ b/snap-server.cabal
@@ -88,13 +88,13 @@ Library
   hs-source-dirs: src
 
   exposed-modules:
-    Data.Concurrent.HashMap,
     Snap.Http.Server,
     Snap.Http.Server.Config,
     System.FastLogger
 
   other-modules:
-    Data.HashMap.Concurrent.Internal,
+    Data.Concurrent.HashMap,
+    Data.Concurrent.HashMap.Internal,
     Paths_snap_server,
     Snap.Internal.Http.Parser,
     Snap.Internal.Http.Server,  
-----------------------------------------------------------------------


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

Reply via email to