packages feed

Cabal revisions of hs-php-session-0.0.9.0

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

revision 1
 name:                hs-php-session
 version:             0.0.9.0
+x-revision: 1
 synopsis:            PHP session and values serialization
 description:         
     A library for encoding and decoding serialized PHP sessions in the format
     Data.PHPSession.Types
   -- other-modules:       
   build-depends:       
-                       base ==4.6.*,
+                       base==4.*,
                        bytestring
revision 2
 name:                hs-php-session
 version:             0.0.9.0
-x-revision: 1
+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://github.com/elblake/hs-php-session
+homepage:            https://codeberg.org/elblake/hs-php-session
 license:             BSD3
 license-file:        LICENSE
 author:              Edward L. Blake
revision 3
 name:                hs-php-session
 version:             0.0.9.0
-x-revision: 2
+x-revision: 3
 synopsis:            PHP session and values serialization
 description:         
     A library for encoding and decoding serialized PHP sessions in the format
 license:             BSD3
 license-file:        LICENSE
 author:              Edward L. Blake
-maintainer:          edwardlblake@gmail.com
+maintainer:          mail@edwardlblake.com
 copyright:           (c) 2013-2014 Edward L. Blake
 category:            Data
 build-type:          Simple