There needs to be a new release with this update ASAP. The default project template is currently missing Server.hs.
Carl On Sat, Jul 3, 2010 at 3:46 AM, <[email protected]> wrote: > 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 440982dce4739278a441e277e77aafbbdc65003f (commit) > from 5e5750e9500dde19680dcd239797472aac368c9e (commit) > > > Summary of changes: > snap-core.cabal | 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 440982dce4739278a441e277e77aafbbdc65003f > Author: Carl Howells <[email protected]> > Date: Sat Jul 3 03:46:40 2010 -0700 > > fix include of default template Server.hs > > diff --git a/snap-core.cabal b/snap-core.cabal > index 52fdc5c..2844400 100644 > --- a/snap-core.cabal > +++ b/snap-core.cabal > @@ -79,7 +79,7 @@ extra-source-files: > project_template/default/foo.cabal, > project_template/default/src/Glue.hs, > project_template/default/src/Main.hs, > - project_template/barebones/src/Server.hs, > + project_template/default/src/Server.hs, > README.md, > README.SNAP.md, > Setup.hs, > ----------------------------------------------------------------------- > > > hooks/post-receive > -- > snap-core > _______________________________________________ > Snap mailing list > [email protected] > http://mailman-mail5.webfaction.com/listinfo/snap > _______________________________________________ Snap mailing list [email protected] http://mailman-mail5.webfaction.com/listinfo/snap
