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".
The branch, 0.3-stable has been updated
via 2190658855219af53a6089bb9ec7f7749f5414e0 (commit)
via ae53d25445f5a42b8291f40041d237c08f8703c8 (commit)
from 91c7ddb490faae6d7aa53c0793bcacd6e0fcdd27 (commit)
Summary of changes:
snap.cabal | 8 ++++----
1 files changed, 4 insertions(+), 4 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 2190658855219af53a6089bb9ec7f7749f5414e0
Author: Gregory Collins <[email protected]>
Date: Sat Jan 15 13:36:33 2011 +0100
Bump version
diff --git a/snap.cabal b/snap.cabal
index 24eed66..3bf40a0 100644
--- a/snap.cabal
+++ b/snap.cabal
@@ -1,5 +1,5 @@
name: snap
-version: 0.3.1
+version: 0.3.2
synopsis: Snap: A Haskell Web Framework: project starter executable and
glue code library
description: Snap Framework project starter executable and glue code library
license: BSD3
commit ae53d25445f5a42b8291f40041d237c08f8703c8
Author: Gregory Collins <[email protected]>
Date: Sat Jan 15 13:35:56 2011 +0100
Bump version to 0.3.1
diff --git a/snap.cabal b/snap.cabal
index c771af2..24eed66 100644
--- a/snap.cabal
+++ b/snap.cabal
@@ -1,5 +1,5 @@
name: snap
-version: 0.3.0.1
+version: 0.3.1
synopsis: Snap: A Haskell Web Framework: project starter executable and
glue code library
description: Snap Framework project starter executable and glue code library
license: BSD3
@@ -51,7 +51,7 @@ Library
enumerator == 0.4.*,
filepath >= 1.1 && <1.3,
MonadCatchIO-transformers >= 0.2.1 && < 0.3,
- snap-core == 0.3.*,
+ snap-core >= 0.3.1 && <0.4,
heist >= 0.4 && < 0.5,
hint >= 0.3.3.1 && < 0.4,
template-haskell >= 2.3 && < 2.6,
@@ -90,8 +90,8 @@ Executable snap
mtl >= 2,
old-locale,
old-time,
- snap-core == 0.3.*,
- snap-server == 0.3.*,
+ snap-core >= 0.3.1 && <0.4,
+ snap-server >= 0.3.1 && <0.4,
template-haskell >= 2.3 && < 2.6,
text >= 0.11 && <0.12,
time,
-----------------------------------------------------------------------
hooks/post-receive
--
snap
_______________________________________________
Snap mailing list
[email protected]
http://mailman-mail5.webfaction.com/listinfo/snap