happstack-foundation 0.5.3 → 0.5.4
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~happstack-hspdep ~text
Dependency ranges changed: happstack-hsp, text
Files
happstack-foundation.cabal view
@@ -1,5 +1,5 @@ Name: happstack-foundation-Version: 0.5.3+Version: 0.5.4 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:@@ -27,7 +27,7 @@ Build-Depends: base < 5, acid-state >= 0.7 && < 0.13,- happstack-hsp == 7.2.*,+ happstack-hsp == 7.3.*, happstack-server >= 7.0 && < 7.4, hsp >= 0.9 && < 0.11, lifted-base >= 0.1 && < 0.3,@@ -37,7 +37,7 @@ reform-happstack == 0.2.*, reform-hsp == 0.2.*, safecopy >= 0.7 && < 0.9,- text >= 0.11 && < 1.1,+ text >= 0.11 && < 1.2, web-routes == 0.27.*, web-routes-happstack == 0.23.*, web-routes-hsp == 0.24.*,