-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathimmutable-towers.cabal
71 lines (64 loc) · 1.59 KB
/
immutable-towers.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
cabal-version: 3.4
name: immutable-towers
version: 0.0.0.0
author:
Enrico Silva Prazeres <[email protected]>
Leandro Filipe Lourenço Carvalho <[email protected]>
category: Game
build-type: Simple
extra-doc-files: README.md
library
exposed-modules:
LI12425
Tarefa1
Tarefa2
Tarefa3
Utils.Utilitarios
Utils.UtilitariosBase
Utils.UtilitariosPortal
Utils.UtilitariosTorre
Utils.UtilitariosInimigo
Utils.UtilitariosEditor
Utils.UtilitariosSaves
Levels
hs-source-dirs: lib
default-language: GHC2021
ghc-options: -Wall
build-depends:
base ^>=4.17.2.1,
random ^>=1.2.1.1,
directory
executable immutable-towers
main-is: Main.hs
hs-source-dirs: app
other-modules:
ImmutableTowers
Desenhar
Eventos
Tempo
default-language: GHC2021
ghc-options: -Wall
build-depends:
base ^>=4.17.2.1,
gloss ^>=1.13.2.1,
gloss-juicy ==0.2.3,
directory,
immutable-towers
test-suite immutable-towers-test
type: exitcode-stdio-1.0
main-is: Spec.hs
hs-source-dirs: test
other-modules:
Tarefa1Spec
Tarefa2Spec
Tarefa3Spec
TData.TDataTarefa1
TData.TDataTarefa2
TData.TDataTarefa3
default-language: GHC2021
ghc-options: -Wall
build-depends:
base ^>=4.17.2.1,
HUnit ^>=1.6.2.0,
gloss ^>=1.13.2.1,
immutable-towers