packages feed

happs-tutorial-0.3: happs-tutorial.cabal

Name:                happs-tutorial
Version:             0.3
Synopsis:            A HAppS Tutorial that is is own demo
Description:         A nice way to learn how to build web sites with HAppS



License:             BSD3
License-file:        LICENSE
Author:              Thomas Hartman




Maintainer:          thomashartman1 at gmail dot 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:
    runServerWithCompileNLink.sh
    hackInGhci.sh
    -- templates/*.st
    static/tutorial.css
    static/HAppSTutorialLogo.png
    templates/base.st
    templates/basic-url-handling.st
    templates/errortemplate.st
    templates/footer.st
    templates/googleanalytics.st
    templates/happs-slow-linking-bug.st
    templates/header.st
    templates/home.st
    templates/leastFavoriteAnimal.st
    templates/login.st
    templates/main-function.st
    templates/menubar.st
    templates/menuLoggedIn.st
    templates/moreFavoriteAnimals.st
    templates/my-favorite-animal.st
    templates/newuser.st
    templates/prerequisites.st
    templates/register.st
    templates/run-tutorial-locally.st
    templates/start-happs-on-boot.st
    templates/stringtemplate-basics.st
    templates/tableofcontents.st
    templates/templates-dont-repeat-yourself.st
    templates/understanding-happs-types.st
    templates/view-all-users.st



Cabal-Version:       >= 1.2

Executable happs-tutorial
    Main-is:             Main.hs
    hs-source-dirs:
        src
    Other-Modules:
        ControllerBasic
        Misc   
        View
        Controller          
        Model  
        Session
        UserState         
        SessionState
        Session
    Build-Depends:   base >= 3, HStringTemplate, mtl, bytestring,
                     HAppS-Server, HAppS-Data, HAppS-State,
                     containers, pretty