diff --git a/gsasl.cabal b/gsasl.cabal
--- a/gsasl.cabal
+++ b/gsasl.cabal
@@ -1,5 +1,5 @@
 name: gsasl
-version: 0.3.4
+version: 0.3.5
 license: GPL-3
 license-file: license.txt
 author: John Millikin <jmillikin@gmail.com>
@@ -21,7 +21,7 @@
 source-repository this
   type: bazaar
   location: https://john-millikin.com/branches/haskell-gsasl/0.3/
-  tag: haskell-gsasl_0.3.4
+  tag: haskell-gsasl_0.3.5
 
 library
   ghc-options: -Wall -O2
@@ -31,7 +31,7 @@
   build-depends:
       base >= 4.0 && < 5.0
     , transformers >= 0.2
-    , bytestring >= 0.9 && < 0.10
+    , bytestring >= 0.9
 
   pkgconfig-depends: libgsasl >= 1.1
 
