This repository has been archived by the owner on Sep 30, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDtekPortalen.cabal
162 lines (152 loc) · 5.47 KB
/
DtekPortalen.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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
name: DtekPortalen
version: 0.0.0
license: BSD3
license-file: LICENSE
author: Arash Rouhani
maintainer: [email protected]
synopsis: Yesod website for Chalmers D students.
description: This site is intenteded for use of computer science students
at Chalmers University, this site relies on a in-place
Kerberos configuration, and a read-by-all mailman mail-lists
category: Web
stability: Experimental
cabal-version: >= 1.6
build-type: Simple
homepage: https://github.com/dtekcth/DtekPortalen
data-files: static/blueprint/ie.css
static/blueprint/plugins/buttons/icons/cross.png
static/blueprint/plugins/buttons/icons/key.png
static/blueprint/plugins/buttons/icons/tick.png
static/blueprint/plugins/buttons/readme.txt
static/blueprint/plugins/buttons/screen.css
static/blueprint/plugins/fancy-type/readme.txt
static/blueprint/plugins/fancy-type/screen.css
static/blueprint/plugins/link-icons/icons/*.png
static/blueprint/plugins/link-icons/readme.txt
static/blueprint/plugins/link-icons/screen.css
static/blueprint/plugins/rtl/readme.txt
static/blueprint/plugins/rtl/screen.css
static/blueprint/print.css
static/blueprint/screen.css
static/blueprint/src/forms.css
static/blueprint/src/grid.css
static/blueprint/src/grid.png
static/blueprint/src/ie.css
static/blueprint/src/print.css
static/blueprint/src/reset.css
static/blueprint/src/typography.css
static/css/normalize.css
static/img/dteklogo.gif
static/js/modernizr.js
templates/about.hamlet
templates/admin.hamlet
templates/boilerplate-layout.hamlet
templates/boilerplate-wrapper.hamlet
templates/contact.hamlet
templates/default-layout-wrapper.hamlet
templates/default-layout.cassius
templates/default-layout.hamlet
templates/editpost.hamlet
templates/footer.cassius
templates/footer.hamlet
templates/forening.hamlet
templates/fullpost.cassius
templates/fullpost.hamlet
templates/header.cassius
templates/header.hamlet
templates/homepage.hamlet
templates/links.hamlet
templates/lmenu.hamlet
templates/manage.hamlet
templates/posts.hamlet
templates/postslist.hamlet
templates/postslist.julius
templates/preview.cassius
templates/preview.hamlet
templates/rmenu.hamlet
templates/snd.hamlet
templates/standard.cassius
templates/standard.hamlet
templates/teasepost.cassius
templates/teasepost.hamlet
extra-source-files: deploy/Procfile
deploy/service.sh
config/favicon.ico
config/models
config/postgresql.yml
config/routes
config/settings.yml
config/sqlite.yml
source-repository head
type: git
location: https://github.com/dtekcth/DtekPortalen
flag dev
Description: Turn on development settings, like auto-reload templates.
Default: False
executable DtekPortalen
if flag(dev)
cpp-options: -DDEVELOPMENT
ghc-options: -Wall -threaded -O0
else
ghc-options: -Wall -threaded
hs-source-dirs: src
main-is: main.hs
extensions: TemplateHaskell
QuasiQuotes
OverloadedStrings
NoImplicitPrelude
CPP
OverloadedStrings
MultiParamTypeClasses
TypeFamilies
GADTs
GeneralizedNewtypeDeriving
FlexibleContexts
build-depends: base >= 4 && < 5
, blaze-html
, blaze-markup
, bytestring
, clientsession
, conduit
, data-default
, data-default-class
, directory
, fast-logger
, friendly-time
, hamlet
, hjsmin
, http-client
, http-conduit
, markdown
, monad-logger
, old-locale
, persistent
, persistent-postgresql
, persistent-sqlite
, persistent-template
, process
, shakespeare
, shakespeare-text
, split
, system-filepath
, tagsoup
, template-haskell
, text
, time
, timerep
, url
, utf8-string
, wai-extra
, wai-logger
, warp
, yaml
, yesod
, yesod-auth
, yesod-auth-kerberos
, yesod-core
, yesod-default
, yesod-default
, yesod-form
, yesod-newsfeed
, yesod-static
, yesod-text-markdown