webapp-0.1.1: webapp.cabal
Name: webapp
Version: 0.1.1
Synopsis: Haskell web scaffolding using Scotty, WAI, and Warp
Homepage: https://github.com/fhsjaagshs/webapp
Bug-reports: https://github.com/fhsjaagshs/webapp/issues
License: MIT
License-file: LICENSE
Author: Nathaniel Symer <nate@symer.io>
Maintainer: Nathaniel Symer <nate@symer.io>
Copyright: (c) 2015 Nathaniel Symer
Category: Web
Stability: experimental
Build-type: Simple
Cabal-version: >= 1.10
Description: See README.md
Extra-source-files:
README.md
CHANGELOG.md
Library
build-tools: hsc2hs, happy >= 1.19, alex >= 3.1.4
ghc-options: -Wall
Exposed-modules: Web.App
Web.App.Assets
Web.App.Cookie
Web.App.Daemon
Web.App.FileCache
Web.App.HTTP
Web.App.Password
Web.App.IO
Web.App.Monad
other-modules: Web.App.Gzip
Web.App.Privileges
Web.App.TerminalSize
Web.App.Monad.Internal
default-language: Haskell2010
build-depends: base >= 4.8.0.0 && <= 4.8.1.0,
mtl,
stm,
transformers,
scotty,
wai,
wai-extra,
warp,
warp-tls,
network,
streaming-commons,
http-types,
bytestring,
data-default,
time,
unordered-containers,
attoparsec,
unix,
fsnotify,
filepath,
hashtables,
base16-bytestring,
blaze-builder,
zlib,
cryptohash,
text,
hjsmin,
css-text,
mime-types,
bcrypt,
filepath,
directory,
optparse-applicative
executable example
default-language: Haskell2010
main-is: Main.hs
hs-source-dirs: example
ghc-options: -threaded -Wall
build-depends: base,
transformers,
text,
bytestring,
scotty,
http-types,
optparse-applicative,
webapp
source-repository head
type: git
location: git://github.com/fhsjaagshs/webapp.git