From b44005b3b5426bd31c40f74c150ca00775f4dd9f Mon Sep 17 00:00:00 2001 From: Aleksey Veresov Date: Wed, 10 Feb 2021 21:31:23 +0300 Subject: Initial commit. --- package.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 package.yaml (limited to 'package.yaml') 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 -- cgit v1.2.3