-
Notifications
You must be signed in to change notification settings - Fork 0
/
happs-tutorial.cabal~
124 lines (100 loc) · 3.14 KB
/
happs-tutorial.cabal~
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
Name: happs-tutorial
Version: 0.4.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
static/tutorial.css
static/HAppSTutorialLogo.png
-- templates/*.st
templates/accountsettingschanged.st
templates/base.st
templates/basicurlhandling.st
templates/changepassword.st
templates/consultantprofile.st
templates/consultants.st
templates/consultantswanted.st
templates/editconsultantprofile.st
templates/editjob.st
templates/errortemplate.st
templates/favoritePlant.st
templates/footer.st
templates/gettingstarted.st
templates/googleanalytics.st
templates/happsslowlinkingbug.st
templates/header.st
templates/home.st
templates/jobs.st
templates/job.st
templates/leastFavoriteAnimal.st
templates/login.st
templates/mainfunction.st
templates/mainusermenu.st
templates/menubarmenu.st
templates/menubar.st
templates/menulinkgray.st
templates/menulinkselected.st
templates/menulinkunselected.st
templates/missinghappsdocumentation.st
templates/moreFavoriteAnimals.st
templates/myFavoriteAnimalBase.st
templates/myFavoriteAnimal.st
templates/myjobposts.st
templates/newuser.st
templates/postnewjob.st
templates/prerequisites.st
templates/register.st
templates/runtutoriallocally.st
templates/starthappsonboot.st
templates/stringtemplatebasics.st
templates/templatesdontrepeatyourself.st
templates/thanks.st
templates/toc.st
templates/understandinghappstypes.st
templates/viewconsultantprofile.st
templates/viewjob.st
Cabal-Version: >= 1.2
Executable happs-tutorial
Main-is: Main.hs
hs-source-dirs:
src
Other-Modules:
AppStateGraphBased
AppStateSetBased
ControllerBasic
ControllerGetActions
Controller
ControllerMisc
ControllerPostActions
Debugging
Main
Misc
SerializeableSessions
SerializeableSocialGraph
SerializeableUsers
SerializeableJobs
SerializeableUserInfos
MiscMap
HAppSBrowse
ControllerStressTests
MiscStringTemplate
StateStuff
UniqueLabelsGraph
View
ViewPagination
ViewStuff
Build-Depends: base >= 3, HStringTemplate, HStringTemplateHelpers, mtl, bytestring,
HAppS-Server, HAppS-Data, HAppS-State,
containers, pretty, pureMD5, directory, filepath, hscolour >= 1.10.1, HTTP, safe,
old-time, process, parsec