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 a66d2f473a73b323eb869d47f7a35ef35bb64c30 (commit)
from 098b424b4305cebc9671ef6495a2f6f3dc8fff6c (commit)
Summary of changes:
README.SNAP.md | 4 ++--
README.md | 4 ++--
src/Snap/Starter.hs | 4 ++--
3 files changed, 6 insertions(+), 6 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 a66d2f473a73b323eb869d47f7a35ef35bb64c30
Author: Gregory Collins <[email protected]>
Date: Sun May 23 18:34:25 2010 -0400
Bump version # in Starter
diff --git a/README.SNAP.md b/README.SNAP.md
index fe1ad08..a5eb449 100644
--- a/README.SNAP.md
+++ b/README.SNAP.md
@@ -1,5 +1,5 @@
-Snap Framework 0.1.1
---------------------
+Snap Framework
+--------------
This is the first developer prerelease of the Snap framework. Snap is a simple
and fast web development framework and server written in Haskell. For more
diff --git a/README.md b/README.md
index 1a3ec49..b695490 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
-Snap Framework Core 0.1.1
-==========================
+Snap Framework Core
+===================
This is the first developer prerelease of the Snap Framework Core library. For
more information about Snap, read the `README.SNAP.md` or visit the Snap
diff --git a/src/Snap/Starter.hs b/src/Snap/Starter.hs
index f65997e..f74e6d1 100644
--- a/src/Snap/Starter.hs
+++ b/src/Snap/Starter.hs
@@ -98,8 +98,8 @@ cabalFile projName isBareBones = unlines $
," haskell98,"
," monads-fd >= 0.1 && <0.2,"
," bytestring >= 0.9.1 && <0.10,"
- ," snap-core >= 0.1 && <0.2,"
- ," snap-server >= 0.1 && <0.2,"
+ ," snap-core >= 0.2 && <0.3,"
+ ," snap-server >= 0.3 && <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