From fac5c4745fc0da0e9f8b6e0fa997c019a7c753e0 Mon Sep 17 00:00:00 2001 From: Aleksey Veresov Date: Tue, 13 Apr 2021 14:46:18 +0300 Subject: Initial commit. --- video/package.yaml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 video/package.yaml (limited to 'video/package.yaml') 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 -- cgit v1.2.3