packages feed

happs-tutorial-0.7.1: happs-tutorial.cabal

Name:                happs-tutorial
Version:             0.7.1
Synopsis:            A Happstack Tutorial that is its own web 2.0-type demo. 
Description:         A nice way to learn how to build web sites with Happstack

License:             BSD3
License-file:        LICENSE
Author:              Thomas Hartman, Eelco Lempsink, Creighton Hogg

Maintainer:          Creighton Hogg <wchogg at gmail.com>
Copyright:           2008 Thomas Hartman

Stability:           Experimental
Category:            Web
Build-type:          Simple

-- when cabal install 1.6 comes out, hopefully can use * patterns for templates
-- see http://hackage.haskell.org/trac/hackage/ticket/213
Extra-Source-Files:
    recompile-and-kill-head.sh
    hackInGhci.sh
    static/*.png
    static/*.css
    templates/*.st

Cabal-Version:       >= 1.6

Executable happs-tutorial
    Main-is:             Main.hs
    hs-source-dirs:
        src
    Other-Modules:
        StateVersions.AppState1
        ControllerBasic
        ControllerGetActions
        Controller
        ControllerMisc
        ControllerPostActions
        FromDataInstances
        Misc
        MiscMap
        ControllerStressTests
        View
    Build-Depends:   base>=3.0.3.0, HStringTemplate, HStringTemplateHelpers, mtl, bytestring,
                     happstack-server == 0.1, happstack-data == 0.1, happstack-state == 0.1,
                     containers, pretty, pureMD5, directory, filepath, hscolour >= 1.10.1, HTTP, safe,
                     old-time, parsec, happstack-helpers >= 0.11 && < 0.20, DebugTraceHelpers