name: serversession-frontend-yesod version: 1.0 license: MIT license-file: LICENSE author: Felipe Lessa maintainer: Felipe Lessa synopsis: Yesod bindings for serversession. category: Web stability: Stable cabal-version: >= 1.8 build-type: Simple homepage: https://github.com/yesodweb/serversession description: API docs and the README are available at extra-source-files: README.md library hs-source-dirs: src build-depends: base == 4.* , bytestring , containers , cookie >= 0.4 , data-default , path-pieces , text , time , transformers , unordered-containers , wai , yesod-core == 1.4.* , serversession == 1.0.* exposed-modules: Web.ServerSession.Frontend.Yesod Web.ServerSession.Frontend.Yesod.Internal extensions: FlexibleContexts OverloadedStrings TypeFamilies ghc-options: -Wall source-repository head type: git location: https://github.com/yesodweb/serversession