name: serversession-frontend-snap version: 1.0.1 license: MIT license-file: LICENSE author: Felipe Lessa maintainer: Felipe Lessa synopsis: Snap 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 changelog.md flag lib-Werror default: False manual: True library hs-source-dirs: src build-depends: base == 4.* , bytestring , nonce , path-pieces , snap >= 0.14 , snap-core >= 0.9 , text , time , transformers , unordered-containers , serversession == 1.0.* exposed-modules: Web.ServerSession.Frontend.Snap Web.ServerSession.Frontend.Snap.Internal extensions: DeriveDataTypeable FlexibleContexts OverloadedStrings TypeFamilies UndecidableInstances ghc-options: -Wall if flag(lib-Werror) ghc-options: -Werror source-repository head type: git location: https://github.com/yesodweb/serversession