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  6b80792497464d8606789fd16d76c9a9213d44cf (commit)
      from  cb1a3940863872a5231bc77593168ba2b66fc319 (commit)


Summary of changes:
 src/Snap/Starter.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 6b80792497464d8606789fd16d76c9a9213d44cf
Author: Gregory Collins <[email protected]>
Date:   Sun May 23 21:46:00 2010 -0400

    Fix starter version typo (oooooops)

diff --git a/src/Snap/Starter.hs b/src/Snap/Starter.hs
index f74e6d1..22d829b 100644
--- a/src/Snap/Starter.hs
+++ b/src/Snap/Starter.hs
@@ -99,7 +99,7 @@ cabalFile projName isBareBones = unlines $
     ,"    monads-fd >= 0.1 && <0.2,"
     ,"    bytestring >= 0.9.1 && <0.10,"
     ,"    snap-core >= 0.2 && <0.3,"
-    ,"    snap-server >= 0.3 && <0.3,"
+    ,"    snap-server >= 0.2 && <0.3,"
     ] ++ (if isBareBones then [] else ["    heist >= 0.1 && <0.2,"]) ++
     ["    filepath >= 1.1 && <1.2"
     ,""
-----------------------------------------------------------------------


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

Reply via email to