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

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