aboutsummaryrefslogtreecommitdiff
path: root/package.yaml
diff options
context:
space:
mode:
authorAleksey Veresov <aleksey@veresov.pro>2021-02-10 21:31:23 +0300
committerAleksey Veresov <aleksey@veresov.pro>2021-02-10 21:31:23 +0300
commitb44005b3b5426bd31c40f74c150ca00775f4dd9f (patch)
treebdf08ce7b2582633fdbe357e4d16d1bd5b31bd25 /package.yaml
downloadsuem-b44005b3b5426bd31c40f74c150ca00775f4dd9f.tar
suem-b44005b3b5426bd31c40f74c150ca00775f4dd9f.tar.xz
suem-b44005b3b5426bd31c40f74c150ca00775f4dd9f.zip
Initial commit.
Diffstat (limited to 'package.yaml')
-rw-r--r--package.yaml20
1 files changed, 20 insertions, 0 deletions
diff --git a/package.yaml b/package.yaml
new file mode 100644
index 0000000..9c54176
--- /dev/null
+++ b/package.yaml
@@ -0,0 +1,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