packages feed

happs-tutorial 0.9.2 → 0.9.3

raw patch · 1 files changed

+9/−9 lines, 1 filesdep ~HStringTemplateHelpersdep ~happstackdep ~happstack-data

Dependency ranges changed: HStringTemplateHelpers, happstack, happstack-data, happstack-helpers, happstack-ixset, happstack-server, happstack-state

Files

happs-tutorial.cabal view
@@ -1,5 +1,5 @@ Name:                happs-tutorial-Version:             0.9.2+Version:             0.9.3 Synopsis:            A Happstack Tutorial that is its own web 2.0-type demo.  Description:         A nice way to learn how to build web sites with Happstack @@ -7,7 +7,7 @@ License-file:        LICENSE Author:              Thomas Hartman, Eelco Lempsink, Creighton Hogg -Maintainer:          Creighton Hogg <wchogg at gmail.com>+Maintainer:          Thomas Hartman <thomashartman1@gmail.com> Copyright:           2008 Thomas Hartman, 2009 Thomas Hartman & Creighton Hogg  Stability:           Experimental@@ -49,10 +49,10 @@     ghc-options: -Wall     Build-Depends:   base                      , HStringTemplate >= 0.4.0 && < 0.5.0-                     , HStringTemplateHelpers >= 0.0.11 && < 1.0.0+                     , HStringTemplateHelpers >= 0.0.14 && < 1.0.0                      , mtl >= 1.1.0.0 && < 2.0.0.0                       , bytestring >= 0.9.0.0 && < 0.10.0.0-                     , happstack >= 0.3 && < 0.4+                     , happstack >= 0.3 && < 0.5                      , containers >= 0.2.0.0 && < 0.3.0.0                      , pretty >= 1.0.1.0 && < 2                       , pureMD5 >= 1.0.0.0 && < 1.1.0.0@@ -63,11 +63,11 @@                      , safe >= 0.2 && < 0.3                      , old-time >= 1.0.0.0 && < 1.1.0.0                      , parsec >= 2.1.0.0 && < 2.2.0.0-                     , happstack-helpers >= 0.30 && < 0.40+                     , happstack-helpers >= 0.43 && < 0.50                      , DebugTraceHelpers >= 0.12 && < 0.20-                     , happstack-server >= 0.3 && < 0.4-                     , happstack-data >= 0.3 && < 0.4-                     , happstack-ixset >= 0.3 && < 0.4-                     , happstack-state >= 0.3 && < 0.4+                     , happstack-server >= 0.3 && < 0.5+                     , happstack-data >= 0.3 && < 0.5+                     , happstack-ixset >= 0.3 && < 0.5+                     , happstack-state >= 0.3 && < 0.5     if flag(base4)       Build-Depends: base >=4 && <5, syb