6 maintainer: mbays@sdf.org
8 homepage: https://mbays.sdf.org/htalkat
9 synopsis: Talk across TLS
11 Server and curses client for the "talkat" (Talk Across TLS) real-time text communication protocol.
21 source-repository head
23 location: https://repo.or.cz/htalkat.git
26 description: Enable Curses UI
55 default-language: Haskell2010
56 default-extensions: CPP
57 ghc-options: -threaded -Wall -Wcompat
62 asn1-types >=0.3.4 && <0.4,
63 bytestring >=0.10.8.0 && <0.13,
64 containers >=0.5.5.1 && <0.8,
65 crypton >=0.26 && <0.35,
66 data-default-class >=0.1.2.0 && <0.2,
67 data-hash >=0.2.0.1 && <0.3,
68 directory >=1.2.1.0 && <1.4,
69 exceptions >=0.10.4 && <0.11,
71 filepath >=1.3.0.2 && <1.6,
72 hourglass >=0.2.12 && <0.3,
73 memory >=0.14 && <0.19,
75 network >=2.4.2.3 && <3.3,
76 network-simple >=0.4.3 && <0.5,
78 process >=1.2.0.0 && <1.7,
80 safe >=0.3.19 && <0.4,
81 temporary >= 1.2 && <1.4,
82 text >=1.1.0.0 && <2.2,
85 transformers >=0.3.0.0 && <0.7,
86 crypton-x509 >=1.7.5 && <1.8,
87 crypton-x509-validation >=1.6.11 && <1.7
90 cpp-options: -DWINDOWS
92 build-depends: unix >=2.7.0.1 && <2.9
96 other-modules: CursesClient
97 build-depends: hscurses <1.5
98 pkgconfig-depends: ncursesw