packages feed

happstack 6.0.1 → 6.0.2

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~happstack-ixsetdep ~happstack-statePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: happstack-ixset, happstack-state

API changes (from Hackage documentation)

Files

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