name: hs-php-session version: 0.0.9.0 x-revision: 2 synopsis: PHP session and values serialization description: A library for encoding and decoding serialized PHP sessions in the format used by the \"php\" setting for session.serialize_handler as well as encoding and decoding serialized values. homepage: https://codeberg.org/elblake/hs-php-session license: BSD3 license-file: LICENSE author: Edward L. Blake maintainer: edwardlblake@gmail.com copyright: (c) 2013-2014 Edward L. Blake category: Data build-type: Simple cabal-version: >=1.8 extra-source-files: README.md Test/General.hs library exposed-modules: Data.PHPSession Data.PHPSession.Types -- other-modules: build-depends: base==4.*, bytestring