summaryrefslogtreecommitdiff
path: root/package.yaml
blob: 70f2a4f29f506a72e56761ee272465b293ea2b97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
name: jterm
version: 0.1

dependencies:
  - base
  - streamly-core
  - streamly
  - process
  - X11
  - X11-xft
  - text-rope
  - posix-pty
  - unix
  - text
  - utf8-string
  - bytestring
  - strip-ansi-escape
  - fusion-plugin
  - containers

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