happstack-clientsession 7.2.1 → 7.2.2
raw patch · 1 files changed
+5/−5 lines, 1 filesdep ~bytestringdep ~happstack-serverdep ~safecopy
Dependency ranges changed: bytestring, happstack-server, safecopy
Files
happstack-clientsession.cabal view
@@ -1,5 +1,5 @@ Name : happstack-clientsession-Version : 7.2.1+Version : 7.2.2 License : BSD3 License-file : COPYING Synopsis : client-side session data@@ -14,7 +14,7 @@ source-repository head type: darcs subdir: happstack-clientsession- location: http://patch-tag.com/r/mae/happstack+ location: http://hub.darcs.net/stepcut/happstack Library GHC-Options : -Wall@@ -23,11 +23,11 @@ Happstack.Server.ClientSession Build-Depends : base == 4.*,- bytestring == 0.9.*,+ bytestring >= 0.9 && < 0.11, cereal == 0.3.*, clientsession == 0.8.*,- happstack-server == 7.0.*,+ happstack-server >= 7.0 && < 7.2, monad-control == 0.3.*, mtl >= 2.0 && < 2.2,- safecopy == 0.6.*,+ safecopy == 0.7.*, transformers-base == 0.4.*