-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathnomyx-library.cabal
56 lines (54 loc) · 1.89 KB
/
nomyx-library.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
name: nomyx-library
version: 1.0.0
cabal-version: >=1.8
build-type: Simple
license: BSD3
license-file: LICENSE
copyright: 2012 Corentin Dupont
maintainer: Corentin Dupont
stability: Experimental
synopsis: Library of rules for Nomyx
description: Many example of rules ready to be played
category: Language
Homepage: http://www.nomyx.net
author: Corentin Dupont
--data-files: static/pictures/*.png
data-files: Nomyx/Library/Examples.hs
Nomyx/Library/Democracy.hs
Nomyx/Library/Monarchy.hs
Nomyx/Library/PlayerManagement.hs
Nomyx/Library/Victory.hs
Nomyx/Library/Vote.hs
Nomyx/Library/Elections.hs
Nomyx/Library/Bank.hs
templates.yaml
data-dir: src
extra-source-files: AUTHORS README.md
library
build-depends: nomyx-language == 1.0.*,
base >= 4.6 && < 5,
containers == 0.5.*,
ghc >= 7.6 && < 8.1,
lens >= 4.7 && < 4.15,
mtl >= 2.1 && < 2.3,
old-locale == 1.0.*,
safe == 0.3.*,
shortcut == 0.1.*,
time >= 1.4 && < 1.7,
time-recurrence == 0.9.*
exposed-modules: Nomyx.Library.Examples
Nomyx.Library.Democracy
Nomyx.Library.Monarchy
Nomyx.Library.PlayerManagement
Nomyx.Library.Victory
Nomyx.Library.Vote
Nomyx.Library.Elections
Nomyx.Library.Bank
Paths_nomyx_library
exposed: True
buildable: True
hs-source-dirs: src
ghc-options: -W
source-repository head
type: git
location: https://github.com/cdupont/Nomyx.git