Rename package to serversession.

This commit is contained in:
Felipe Lessa 2015-05-22 23:49:46 -03:00
parent 916de034ad
commit e5f2a4d87a
7 changed files with 7 additions and 8 deletions

View File

@ -1,17 +1,17 @@
name: yesod-persistent-session name: serversession
version: 1.0 version: 1.0
license: MIT license: MIT
license-file: LICENSE license-file: LICENSE
author: Felipe Lessa <felipe.lessa@gmail.com> author: Felipe Lessa <felipe.lessa@gmail.com>
maintainer: Felipe Lessa <felipe.lessa@gmail.com> maintainer: Felipe Lessa <felipe.lessa@gmail.com>
synopsis: Server-side session backend using persistent. synopsis: Secure, modular server-side sessions.
category: Web, Yesod, Database category: Web
stability: Stable stability: Stable
cabal-version: >= 1.8 cabal-version: >= 1.8
build-type: Simple build-type: Simple
homepage: http://www.yesodweb.com/ homepage: https://github.com/yesodweb/serversession
description: API docs and the README are available at <http://www.stackage.org/package/yesod-persistent-session> description: API docs and the README are available at <http://www.stackage.org/package/serversession>
extra-source-files: README.md ChangeLog.md extra-source-files: README.md
library library
hs-source-dirs: src hs-source-dirs: src
@ -53,7 +53,6 @@ library
TypeFamilies TypeFamilies
ghc-options: -Wall ghc-options: -Wall
source-repository head source-repository head
type: git type: git
location: https://github.com/yesodweb/yesod location: https://github.com/yesodweb/serversession