happstack-clientsession 7.2.4 → 7.2.5
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~clientsessiondep ~happstack-serverPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: clientsession, happstack-server
API changes (from Hackage documentation)
Files
happstack-clientsession.cabal view
@@ -1,5 +1,5 @@ Name : happstack-clientsession-Version : 7.2.4+Version : 7.2.5 License : BSD3 License-file : COPYING Synopsis : client-side session data@@ -25,8 +25,8 @@ base == 4.*, bytestring >= 0.9 && < 0.11, cereal == 0.3.*,- clientsession == 0.8.*,- happstack-server >= 7.0 && < 7.2,+ clientsession >= 0.8 && < 0.10,+ happstack-server >= 7.0 && < 7.4, monad-control == 0.3.*, mtl >= 2.0 && < 2.2, safecopy >= 0.7 && < 0.9,