blob: c7fabd8e7a49c461d0bfd7cadf61e2cc5d7dcd92 (
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
25
26
27
|
name: suem
version: 0.1.0.0
synopsis: Suen Emulator
license: OtherLicense
extra-source-files:
- README
ghc-options: -O2 -static -optl-static -optl-pthread
dependencies:
- base >= 4.7 && < 5
- vector
- bytestring
- optparse-applicative
- mtl
- network
- iproute
library:
source-dirs: src
executable:
main: Main.hs
ghc-options: -threaded -rtsopts -with-rtsopts=-N
dependencies:
- suem
|