aboutsummaryrefslogtreecommitdiff
path: root/package.yaml
blob: 4894b8616207f6ae0384869d57225bfaeb766217 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
name: suem
version: 0.1.0.0
synopsis: Suen Emulator
license: OtherLicense

extra-source-files:
- README

ghc-options: -O2 -Wall -static -optl-static -optl-pthread

dependencies:
- base >= 4.7 && < 5
- vector
- bytestring
- optparse-applicative

library:
  source-dirs: src

executable:
  main: Main.hs
  ghc-options: -threaded -rtsopts -with-rtsopts=-N
  dependencies:
  - suem