diff --git a/ListLike.cabal b/ListLike.cabal
--- a/ListLike.cabal
+++ b/ListLike.cabal
@@ -1,5 +1,5 @@
 Name: ListLike
-Version: 3.1.5
+Version: 3.1.6
 License: BSD3
 Maintainer: John Lato <jwlato@gmail.com>
 Author: John Goerzen
@@ -36,7 +36,7 @@
   -- Other-Modules: Data.ConfigFile.Lexer
   Build-Depends: base       >= 3     && < 5
                 ,containers >= 0.3   && < 0.6
-                ,bytestring >= 0.9.1 && < 0.10
+                ,bytestring >= 0.9.1 && < 0.11
                 ,array      >= 0.3   && < 0.5
   
 Executable runtests
