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.
77 default-language: Haskell2010
78 ghc-options: -threaded
81 asn1-types >=0.3.4 && <0.4,
82 bytestring >=0.10.4.0 && <0.11,
83 containers >=0.5.5.1 && <0.7,
84 cryptonite >=0.26 && <0.28,
85 data-default-class >=0.1.2.0 && <0.2,
86 data-hash >=0.2.0.1 && <0.3,
87 directory >=1.2.1.0 && <1.4,
88 drunken-bishop >=0.1.0.0 && <0.2,
89 exceptions >=0.10.4 && <0.11,
90 filepath >=1.3.0.2 && <1.5,
92 hourglass >=0.2.12 && <0.3,
93 mime >=0.4.0.2 && <0.5,
94 mtl >=2.1.3.1 && <2.3,
95 network >=2.4.2.3 && <3.2,
96 network-simple >=0.4.3 && <5,
97 network-uri >=2.6.3.0 && <2.8,
98 parsec >=3.1.5 && <3.2,
100 process >=1.2.0.0 && <1.7,
101 regex-compat >=0.95.1 && <0.96,
102 safe >=0.3.19 && <0.4,
104 terminal-size >=0.3.2.1 && <0.4,
105 text >=1.1.0.0 && <1.3,
107 transformers >=0.3.0.0 && <0.6,
108 x509 >=1.7.5 && <1.8,
109 x509-store >=1.6.7 && <1.7,
110 x509-validation >=1.6.11 && <1.7
113 cpp-options: -DWINDOWS
116 build-depends: unix >=2.7.0.1 && <2.8
120 build-depends: magic <1.2
123 cpp-options: -DIRILinks
125 if (!os(windows) || flag(libiconv))
127 build-depends: iconv >=0.4.1.3 && <0.5