forked from juffel/hspacman
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.yaml
40 lines (38 loc) · 858 Bytes
/
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
name: hspacman
version: 0.1.0.0
synopsis: an experiment based on the classical Namco Pacman Game
#description:
homepage: https://github.com/EsGeh/hspacman.git#readme
license: BSD3
author: juffel, wans hurst, EsGeh
maintainer: [email protected]
# copyright: 2018 Author name here
category: Game
extra-source-files:
- README.md
dependencies:
- base >= 4.7 && < 5
- gloss >= 1.13
- random
- MonadRandom
- mtl
- transformers
- lens
- template-haskell
- bmp
- containers
- fgl
- linear
- vector
executables:
hspacman:
source-dirs: src
main: Main.hs
ghc-options:
- -threaded
- -rtsopts
- -with-rtsopts=-N
- -Wall
- -fno-warn-tabs
- -fprof-auto
- -fprof-cafs