summaryrefslogtreecommitdiff
path: root/package.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'package.yaml')
-rw-r--r--package.yaml26
1 files changed, 26 insertions, 0 deletions
diff --git a/package.yaml b/package.yaml
new file mode 100644
index 0000000..01842b5
--- /dev/null
+++ b/package.yaml
@@ -0,0 +1,26 @@
+name: jterm
+version: 0.1
+
+dependencies:
+ - base
+ - streamly-core
+ - streamly
+ - process
+ - X11
+ - X11-xft
+ - text-rope
+ - posix-pty
+ - unix
+ - text
+ - utf8-string
+ - bytestring
+ - mtl
+ - transformers
+ - strip-ansi-escape
+ - fusion-plugin
+
+ghc-options: [-O2, -fdicts-strict, -fspec-constr-recursive=16, -fmax-worker-args=16, -fplugin=Fusion.Plugin, -Wall, -Wno-name-shadowing, -threaded, -with-rtsopts=--nonmoving-gc]
+
+executables:
+ jterm:
+ main: jterm.hs