6 maintainer: mbays@sdf.org
8 homepage: https://mbays.sdf.org/diohsc
9 synopsis: Gemini client
11 Line-based command-oriented interactive client for the gemini protocol.
23 source-repository head
25 location: https://repo.or.cz/diohsc.git
29 On windows: use libiconv for charset conversion
30 (iconv is always used on POSIX systems, with no need for this flag)
36 description: Use libmagic to determine mimetypes of local files
42 Allow IRIs in gemtext links (preparing for likely spec change).
43 Punycoding is not currently supported.
87 default-language: Haskell2010
88 ghc-options: -threaded -Wall
92 asn1-types >=0.3.4 && <0.4,
93 bytestring >=0.10.4.0 && <0.12,
94 containers >=0.5.5.1 && <0.7,
95 cryptonite >=0.26 && <0.31,
96 data-default-class >=0.1.2.0 && <0.2,
97 hashable >= 1.1 && <1.5,
98 directory >=1.2.1.0 && <1.4,
99 drunken-bishop >=0.1.0.0 && <0.2,
100 exceptions >=0.10.4 && <0.11,
101 filepath >=1.3.0.2 && <1.5,
103 hourglass >=0.2.12 && <0.3,
104 mime >=0.4.0.2 && <0.5,
105 mtl >=2.1.3.1 && <2.4,
106 memory >=0.14 && <0.19,
107 network >=2.4.2.3 && <3.2,
108 network-simple >=0.4.3 && <0.5,
109 network-uri >=2.6.3.0 && <2.8,
110 parsec >=3.1.5 && <3.2,
112 process >=1.2.0.0 && <1.7,
113 regex-compat >=0.95.1 && <0.96,
115 safe >=0.3.19 && <0.4,
117 terminal-size >=0.3.2.1 && <0.4,
118 text >=1.1.0.0 && <2.1,
120 transformers >=0.3.0.0 && <0.7,
121 x509 >=1.7.5 && <1.8,
122 x509-store >=1.6.7 && <1.7,
123 x509-validation >=1.6.11 && <1.7
126 cpp-options: -DWINDOWS
129 build-depends: unix >=2.7.0.1 && <2.8
133 build-depends: magic <1.2
136 cpp-options: -DIRILinks
138 if (!os(windows) || flag(libiconv))
140 build-depends: iconv >=0.4.1.3 && <0.5