blob: ae4a51f4441121b56ea92eebb6c97ca4cf197d9f (
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
|
name: suem-video
version: 0.1.0.0
synopsis: Suem video device
license: OtherLicense
extra-source-files:
- README
ghc-options: -O2 -optl-pthread
dependencies:
- base >= 4.7 && < 5
- bytestring
- optparse-applicative
- network
- gloss
library:
source-dirs: src
executable:
main: Main.hs
ghc-options: -threaded -rtsopts -with-rtsopts=-N
dependencies:
- suem-video
|