packages feed

happstack-lite 6.0.1 → 6.0.2

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~happstack-serverPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: happstack-server

API changes (from Hackage documentation)

- Happstack.Lite: MaxAge :: Seconds -> CookieLife
+ Happstack.Lite: MaxAge :: Int -> CookieLife

Files

happstack-lite.cabal view
@@ -1,5 +1,5 @@ Name:                happstack-lite-Version:             6.0.1+Version:             6.0.2 Synopsis:            Happstack minus the useless stuff Description:         This packages provides a subset of Happstack that is easier to learn but still very useful. It as 100% compatible with the full version of Happstack. Homepage:            http://www.happstack.com/@@ -18,5 +18,5 @@      Build-depends: base < 5,                  bytestring == 0.9.*,-                 happstack-server == 6.3.*,+                 happstack-server == 6.4.*,                  text == 0.11.*