snap-app-0.4.0: snap-app.cabal
name: snap-app
version: 0.4.0
synopsis: Simple modules for writing apps with Snap, abstracted from hpaste.
homepage: Simple modules for writing apps with Snap, abstracted from hpaste.
license: BSD3
license-file: LICENSE
author: Chris Done
maintainer: chrisdone@gmail.com
category: Web
build-type: Simple
cabal-version: >=1.8
library
ghc-options: -O2
hs-source-dirs: src
exposed-modules: Snap.App, Snap.App.Types, Snap.App.Controller, Snap.App.Model, Snap.App.Migrate,
Snap.App.Cache,
Data.Pagination, Text.Blaze.Extra, Text.Blaze.Pagination,
Control.Monad.Env, Data.Monoid.Operator,
Network.URI.Params
other-modules: Control.Monad.Catch
build-depends: base >= 4 && <5,
snap-core,
network,
postgresql-simple,
mtl,
blaze-html >= 0.6,
blaze-markup >= 0.5,
safe,
text,
utf8-string,
bytestring,
MonadCatchIO-transformers,
cgi,
data-default,
filepath,
directory