diff --git a/CursesClient.hs b/CursesClient.hs
--- a/CursesClient.hs
+++ b/CursesClient.hs
@@ -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)
diff --git a/Version.hs b/Version.hs
--- a/Version.hs
+++ b/Version.hs
@@ -16,4 +16,4 @@
 programName = "htalkat"
 
 version :: String
-version = "0.1.2.1"
+version = "0.1.2.2"
diff --git a/htalkat.cabal b/htalkat.cabal
--- a/htalkat.cabal
+++ b/htalkat.cabal
@@ -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
