aboutsummaryrefslogtreecommitdiff
path: root/video/package.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'video/package.yaml')
-rw-r--r--video/package.yaml25
1 files changed, 25 insertions, 0 deletions
diff --git a/video/package.yaml b/video/package.yaml
new file mode 100644
index 0000000..ae4a51f
--- /dev/null
+++ b/video/package.yaml
@@ -0,0 +1,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