packages feed

happstack-foundation 0.3.0 → 0.3.1

raw patch · 2 files changed

+3/−2 lines, 2 filesdep ~safecopy

Dependency ranges changed: safecopy

Files

Happstack/Foundation.hs view
@@ -218,6 +218,7 @@  -- | default page template defaultTemplate :: ( Functor m, Monad m+                   , XMLGenerator (FoundationT' url acidState requestState m)                    , EmbedAsChild (FoundationT' url acidState requestState m) body                    , EmbedAsChild (FoundationT' url acidState requestState m) headers                    , XMLType (FoundationT' url acidState requestState m) ~ XML
happstack-foundation.cabal view
@@ -1,5 +1,5 @@ Name:                happstack-foundation-Version:             0.3.0+Version:             0.3.1 Synopsis:            Glue code for using Happstack with acid-state, web-routes, reform, and HSP Description:         happstack-foundation is a library which builds on top of existing components                      to provide a powerful and type-safe environment for web development. It uses:@@ -36,7 +36,7 @@                      reform                == 0.1.*,                      reform-happstack      == 0.1.*,                      reform-hsp            == 0.1.*,-                     safecopy              == 0.7.*,+                     safecopy              >= 0.7 && < 0.9,                      text                  == 0.11.*,                      web-routes            == 0.27.*,                      web-routes-happstack  == 0.23.*,