happstack-0.2.1: happstack.cabal
Name: happstack
Version: 0.2.1
Synopsis: The haskell application server stack + code generation
Description: The haskell application server stack
License: BSD3
License-file: COPYING
Author: Happstack team, HAppS LLC
Maintainer: Happstack team <happs@googlegroups.com>
homepage: http://happstack.com
Category: Web, Distributed Computing
Build-Type: Simple
Cabal-Version: >= 1.4
data-files: CHANGELOG
CREDITS
RELEASE_NOTES
templates/project/bin/build.bat
templates/project/bin/build.sh
templates/project/bin/run-interactive.bat
templates/project/bin/run-interactive.sh
templates/project/bin/run.bat
templates/project/bin/run.sh
templates/project/guestbook.cabal
templates/project/public/theme/images/blockquote.gif
templates/project/public/theme/images/date.gif
templates/project/public/theme/images/entrymeta.gif
templates/project/public/theme/images/grunge.gif
templates/project/public/theme/images/header_loop.gif
templates/project/public/theme/images/logo.gif
templates/project/public/theme/images/menu_hili.gif
templates/project/public/theme/images/menu_hover.gif
templates/project/public/theme/images/peel.gif
templates/project/public/theme/images/ql_rss.gif
templates/project/public/theme/readme.txt
templates/project/public/theme/style.css
templates/project/Setup.hs
templates/project/src/AppControl.hs
templates/project/src/AppLogger.hs
templates/project/src/AppState.hs
templates/project/src/AppView.hs
templates/project/src/Main.hs
templates/project/templates/readme.st
Flag base4
Description: Choose the even newer, even smaller, split-up base package.
Flag tests
Description: Build the testsuite, and include the tests in the library
Default: False
Library
exposed-modules: Happstack.Server.HSP.HTML
Happstack.Server.HStringTemplate
Happstack.State.ClockTime
if flag(tests)
Exposed-modules: Happstack.Tests
other-modules: Paths_happstack
build-depends: base >= 3,
bytestring,
happstack-data >= 0.2.1 && < 0.3,
happstack-ixset >= 0.2.1 && < 0.3,
happstack-server >= 0.2.1 && < 0.3,
happstack-state >= 0.2.1 && < 0.3,
happstack-util >= 0.2.1 && < 0.3,
hslogger,
hsp >= 0.4.5 && < 0.5,
HStringTemplate >= 0.4.3 && < 0.5,
mtl,
old-time,
utf8-string
if flag(base4)
Build-Depends: base >= 4 && < 5, syb
else
build-depends: haskell-src-exts == 0.3.9,
hsx == 0.4.5
hs-source-dirs: src
if flag(tests)
hs-source-dirs: tests
ghc-options: -Wall
Executable happstack
build-depends: directory >= 1,
filepath >= 1
hs-source-dirs: commands
main-is: happstack.hs
Executable happstack-tests
Main-Is: Test.hs
GHC-Options: -threaded
Build-depends: HUnit
hs-source-dirs: tests, src
if flag(tests)
Buildable: True
else
Buildable: False