-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnomyx-web.cabal
76 lines (74 loc) · 2.94 KB
/
nomyx-web.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
name: nomyx-web
version: 1.0.0
cabal-version: >=1.6
build-type: Simple
license: BSD3
license-file: LICENSE
maintainer: [email protected]
synopsis: Web gui for Nomyx
category: game
Homepage: http://www.nomyx.net
author: Corentin Dupont
data-files: static/css/nomyx.css
static/js/nomyx.js
static/js/angular.min.js
static/js/angular-route.min.js
static/js/bootstrap.min.js
static/js/jquery.min.js
static/pictures/*.jpg
static/pictures/*.png
data-dir: data
extra-source-files: README.md
library
build-depends: nomyx-language == 1.0.*,
nomyx-core == 1.0.*,
nomyx-auth == 1.0.*,
HTTP,
imprevu == 0.1.*,
imprevu-happstack == 0.1.*,
acid-state >= 0.12 && < 0.15,
base >= 4.6 && < 5,
blaze-html >= 0.7 && < 0.10,
blaze-markup >= 0.6 && < 0.8,
bytestring == 0.10.*,
lens >= 4.7 && < 4.16,
filepath >= 1.3 && < 1.5,
happstack-authenticate >= 2.1 && < 2.4,
happstack-server >= 7.3 && < 7.5,
hscolour >= 1.22 && < 1.25,
http-types >= 0.8 && < 0.11,
jmacro >= 0.6 && < 0.7,
mtl >= 2.1 && < 2.3,
old-locale == 1.0.*,
reform == 0.2.*,
reform-blaze == 0.2.*,
reform-happstack == 0.2.*,
safe == 0.3.*,
split == 0.2.*,
stm == 2.4.*,
text >= 1.1 && < 1.3,
time >= 1.4 && < 1.7,
web-routes == 0.27.*,
web-routes-happstack == 0.23.*,
web-routes-th == 0.22.*
buildable: True
extensions: CPP
hs-source-dirs: src
exposed-modules:Nomyx.Web.MainPage
Paths_nomyx_web
other-modules: Nomyx.Web.Common
Nomyx.Web.Help
Nomyx.Web.Game.Infos
Nomyx.Web.Game.Rules
Nomyx.Web.Game.Actions
Nomyx.Web.Game.Templates
Nomyx.Web.Game.Modules
Nomyx.Web.Game.Details
Nomyx.Web.Login
Nomyx.Web.Settings
Nomyx.Web.NewGame
Nomyx.Web.Types
ghc-options: -W
source-repository head
type: git
location: https://github.com/cdupont/nomyx-web.git