From 83d02e27ac3a4b87761fa9bd79520aa3161b8b91 Mon Sep 17 00:00:00 2001 From: Justin Bedo Date: Thu, 10 Oct 2024 09:52:43 +1100 Subject: initial prototype --- package.yaml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 package.yaml (limited to 'package.yaml') 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 -- cgit v1.2.3