htalkat 0.1.2.1 → 0.1.2.2
raw patch · 3 files changed
+5/−5 lines, 3 filesdep ~tls
Dependency ranges changed: tls
Files
- CursesClient.hs +1/−1
- Version.hs +1/−1
- htalkat.cabal +3/−3
CursesClient.hs view
@@ -419,7 +419,7 @@ else wrap' l' n' ws splitAtWC :: Int -> T.Text -> (T.Text,T.Text)- splitAtWC m s = go m T.empty s where+ splitAtWC m = go m T.empty where go !n !acc t | Just (c,r) <- T.uncons t = let w = max 0 $ wcwidth c in if w > max 0 n then (T.reverse acc,t)
Version.hs view
@@ -16,4 +16,4 @@ programName = "htalkat" version :: String-version = "0.1.2.1"+version = "0.1.2.2"
htalkat.cabal view
@@ -1,6 +1,6 @@ cabal-version: 1.18 name: htalkat-version: 0.1.2.1+version: 0.1.2.2 license: GPL-3 license-file: COPYING maintainer: mbays@sdf.org@@ -81,7 +81,7 @@ temporary >= 1.2 && <1.4, text >=1.1.0.0 && <2.1, time <1.14,- tls >=1.5.4 && <1.6,+ tls >=1.5.4 && <1.7, transformers >=0.3.0.0 && <0.7, x509 >=1.7.5 && <1.8, x509-validation >=1.6.11 && <1.7@@ -95,4 +95,4 @@ cpp-options: -DCURSES other-modules: CursesClient build-depends: hscurses <1.5- pkgconfig-depends: ncursesw -any+ pkgconfig-depends: ncursesw