forked from incoherentsoftware/defect-process
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.yaml
87 lines (83 loc) · 1.58 KB
/
package.yaml
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
name: defect-process
version: '0.8.8'
synopsis: '2d hack n'' slash game'
category: Game
author: Garrick Chin
license: BSD3
default-extensions:
- ScopedTypeVariables
- PatternGuards
- GeneralizedNewtypeDeriving
- OverloadedStrings
- MultiWayIf
- LambdaCase
- TupleSections
- DuplicateRecordFields
- StrictData
- BangPatterns
- InstanceSigs
- GADTs
- MultiParamTypeClasses
- FunctionalDependencies
- FlexibleContexts
- FlexibleInstances
- ConstraintKinds
- AllowAmbiguousTypes
- TypeApplications
- DeriveGeneric
- DerivingVia
- DeriveAnyClass
- RankNTypes
ghc-options:
- -Wall
- -Wincomplete-uni-patterns
- -Wincomplete-record-updates
- -Wredundant-constraints
- -Wcompat
- -Wmissing-export-lists
- -Wincomplete-patterns
- -Wpartial-fields
- -Werror
- -fno-warn-missing-signatures
- -fno-warn-type-defaults
- -j
- +RTS
- -A128m
- -n2m
- -xn
- -RTS
- -O2
dependencies:
- base
- random
- mtl
- containers
- transformers
- text
- bytestring
- vector
- unordered-containers
- random-shuffle
- MonadRandom
- StateVar
- directory
- filepath
- yaml
- aeson
- scientific
- time
- exceptions
- sdl2
- sdl2-image
- sdl2-ttf
- stm
- hashable
include-dirs:
- inc
executables:
defect-process:
main: Main.hs
source-dirs: src
c-sources: src/Audio/Fmod/wrapper-NOAUDIO.c
#extra-lib-dirs: lib
#extra-libraries: [fmod, fmodstudio]