packages feed

Cabal revisions of clientsession-0.0.1

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-name:            clientsession-version:         0.0.1-license:         BSD3-license-file:    LICENSE-author:          Michael Snoyman <michael@snoyman.com>-maintainer:      Michael Snoyman <michael@snoyman.com>-synopsis:        Store session data in a cookie.-description:     Achieves security through AES encryption and MD5 hashing.-                 Uses base64 encoding to avoid any issues with characters.-category:        Web-stability:       stable-cabal-version:   >= 1.2-build-type:      Simple-homepage:        http://github.com/snoyberg/clientsession/tree/master--library-    build-depends:   base >=4 && <5,-                     Crypto,-                     dataenc,-                     bytestring,-                     random,-                     utf8-string-    exposed-modules: Web.ClientSession-    ghc-options:     -Wall+name:            clientsession
+version:         0.0.1
+x-revision: 1
+license:         BSD3
+license-file:    LICENSE
+author:          Michael Snoyman <michael@snoyman.com>
+maintainer:      Michael Snoyman <michael@snoyman.com>
+synopsis:        Store session data in a cookie.
+description:     Achieves security through AES encryption and MD5 hashing.
+                 Uses base64 encoding to avoid any issues with characters.
+category:        Web
+stability:       stable
+cabal-version:   >= 1.2
+build-type:      Simple
+homepage:        http://github.com/snoyberg/clientsession/tree/master
+
+library
+    build-depends:   base >=4 && <4.4,
+                     Crypto,
+                     dataenc,
+                     bytestring,
+                     random,
+                     utf8-string
+    exposed-modules: Web.ClientSession
+    ghc-options:     -Wall