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

library:
  source-dirs: src

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