packages feed

happstack 6.0.0 → 6.0.1

raw patch · 3 files changed

+40/−8 lines, 3 filesdep ~happstack-serverPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: happstack-server

API changes (from Hackage documentation)

Files

happstack.cabal view
@@ -1,5 +1,5 @@ Name:                happstack-Version:             6.0.0+Version:             6.0.1 Synopsis:            The haskell application server stack + code generation Description:         The haskell application server stack License:             BSD3@@ -14,6 +14,7 @@ data-files:          CHANGELOG                      CREDITS                      RELEASE_NOTES+                     templates/project/COPYING                      templates/project/bin/run.bat                      templates/project/bin/run-interactive.bat                      templates/project/bin/build.sh@@ -69,7 +70,7 @@   build-depends:       base >= 3,                        happstack-data   >= 6.0 && < 6.1,                        happstack-ixset  >= 6.0 && < 6.1,-                       happstack-server >= 6.0 && < 6.1,+                       happstack-server >= 6.0 && < 6.2,                        happstack-state  >= 6.0 && < 6.1,                        happstack-util   >= 6.0 && < 6.1,                        old-time
+ templates/project/COPYING view
@@ -0,0 +1,29 @@+Copyright (c) 2011, Jeremy Shaw+All rights reserved.++Redistribution and use in source and binary forms, with or without+modification, are permitted provided that the following conditions+are met:++Redistributions of source code must retain the above copyright+notice, this list of conditions and the following disclaimer.++Redistributions in binary form must reproduce the above copyright+notice, this list of conditions and the following disclaimer in the+documentation and/or other materials provided with the distribution.++Neither the name of the Jeremy Shaw; nor the names of its contributors+may be used to endorse or promote products derived from this software+without specific prior written permission.++THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS+"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT+LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR+A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER OR+CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,+EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,+PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR+PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF+LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING+NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS+SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
templates/project/guestbook.cabal view
@@ -1,9 +1,11 @@-Name: guestbook-Version: 1.0-Author: Jeremy Shaw <jeremy@seereason.com>, Matthew Elder <matt@mattelder.org>-Copyright: 2009 Jeremy Shaw-Stability: Experimental-Category: Web+Name:         guestbook+Version:      1.0+Author:       Jeremy Shaw <jeremy@seereason.com>, Matthew Elder <matt@mattelder.org>+Copyright:    2009-2011, Jeremy Shaw+License:      BSD3+License-file: COPYING+Stability:    Experimental+Category:     Web Synopsis: An example guestbook application which uses happstack and HSP Description:  This small example guestbook makes an excellent starting point for