packages feed

happstack 6.0.5 → 6.0.6

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~happstack-server

Dependency ranges changed: happstack-server

Files

happstack.cabal view
@@ -1,5 +1,5 @@ Name:                happstack-Version:             6.0.5+Version:             6.0.6 Synopsis:            The haskell application server stack + code generation Description:         The haskell application server stack License:             BSD3@@ -70,7 +70,7 @@   build-depends:       base >= 3,                        happstack-data   >= 6.0 && < 6.1,                        happstack-ixset  >= 6.0 && < 6.2,-                       happstack-server >= 6.0 && < 6.5,+                       happstack-server >= 6.0 && < 6.6,                        happstack-state  >= 6.0 && < 6.2,                        happstack-util   >= 6.0 && < 6.1,                        old-time