aboutsummaryrefslogtreecommitdiff
path: root/package.yaml
blob: 23821e05c66915ede5ea8edf59b4ef351c7c85d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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
- bytestring
- optparse-applicative

library:
  source-dirs: src

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