Cabal revisions of clientsession-0.8.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: clientsession version: 0.8.1+x-revision: 1 license: BSD3 license-file: LICENSE author: Michael Snoyman <michael@snoyman.com>, Felipe Lessa <felipe.lessa@gmail.com> , skein >= 0.1 && < 0.2 , base64-bytestring >= 0.1.1.1 , entropy >= 0.2.1- , cprng-aes >= 0.2+ , cprng-aes >= 0.2 && < 0.5 , cipher-aes >= 0.1.7 exposed-modules: Web.ClientSession ghc-options: -Wall
revision 2
-name: clientsession-version: 0.8.1-x-revision: 1-license: BSD3-license-file: LICENSE-author: Michael Snoyman <michael@snoyman.com>, Felipe Lessa <felipe.lessa@gmail.com>-maintainer: Michael Snoyman <michael@snoyman.com>-synopsis: Securely store session data in a client-side cookie.-description: Achieves security through AES-CTR encryption and- Skein-MAC-512-256 authentication. Uses Base64- encoding to avoid any issues with characters.-category: Web-stability: stable-cabal-version: >= 1.8-build-type: Simple-homepage: http://github.com/yesodweb/clientsession/tree/master-data-files: bench.hs-extra-source-files: tests/runtests.hs--flag test- description: Build the executable to run unit tests- default: False--library- build-depends: base >=4 && < 5- , bytestring >= 0.9- , cereal >= 0.3- , directory >= 1- , tagged >= 0.1- , crypto-api >= 0.8- , skein >= 0.1 && < 0.2- , base64-bytestring >= 0.1.1.1- , entropy >= 0.2.1- , cprng-aes >= 0.2 && < 0.5- , cipher-aes >= 0.1.7- exposed-modules: Web.ClientSession- ghc-options: -Wall- hs-source-dirs: src--test-suite runtests- type: exitcode-stdio-1.0- build-depends: base- , bytestring >= 0.9- , hspec >= 1.3- , QuickCheck >= 2- , HUnit- , transformers- , containers- , cereal- -- finally, our own package- , clientsession- ghc-options: -Wall- hs-source-dirs: tests- main-is: runtests.hs--source-repository head- type: git- location: git://github.com/yesodweb/clientsession.git+name: clientsession +version: 0.8.1 +x-revision: 2 +license: BSD3 +license-file: LICENSE +author: Michael Snoyman <michael@snoyman.com>, Felipe Lessa <felipe.lessa@gmail.com> +maintainer: Michael Snoyman <michael@snoyman.com> +synopsis: Securely store session data in a client-side cookie. +description: Achieves security through AES-CTR encryption and + Skein-MAC-512-256 authentication. Uses Base64 + encoding to avoid any issues with characters. +category: Web +stability: stable +cabal-version: >= 1.8 +build-type: Simple +homepage: http://github.com/yesodweb/clientsession/tree/master +data-files: bench.hs +extra-source-files: tests/runtests.hs + +flag test + description: Build the executable to run unit tests + default: False + +library + build-depends: base >=4 && < 5 + , bytestring >= 0.9 + , cereal >= 0.3 + , directory >= 1 + , tagged >= 0.1 + , crypto-api >= 0.8 + , skein >= 0.1 && < 0.2 + , base64-bytestring >= 0.1.1.1 + , entropy >= 0.2.1 + , cprng-aes >= 0.2 && < 0.5 + , cipher-aes >= 0.1.7 && < 0.2 + exposed-modules: Web.ClientSession + ghc-options: -Wall + hs-source-dirs: src + +test-suite runtests + type: exitcode-stdio-1.0 + build-depends: base + , bytestring >= 0.9 + , hspec >= 1.3 + , QuickCheck >= 2 + , HUnit + , transformers + , containers + , cereal + -- finally, our own package + , clientsession + ghc-options: -Wall + hs-source-dirs: tests + main-is: runtests.hs + +source-repository head + type: git + location: git://github.com/yesodweb/clientsession.git
revision 3
name: clientsession version: 0.8.1 -x-revision: 2 +x-revision: 3 license: BSD3 license-file: LICENSE author: Michael Snoyman <michael@snoyman.com>, Felipe Lessa <felipe.lessa@gmail.com> , skein >= 0.1 && < 0.2 , base64-bytestring >= 0.1.1.1 , entropy >= 0.2.1 - , cprng-aes >= 0.2 && < 0.5 - , cipher-aes >= 0.1.7 && < 0.2 + , cprng-aes >= 0.2 && < 0.4 + , cipher-aes >= 0.1.7 && < 0.2 exposed-modules: Web.ClientSession ghc-options: -Wall hs-source-dirs: src