diff --git a/bytestring-progress.cabal b/bytestring-progress.cabal
--- a/bytestring-progress.cabal
+++ b/bytestring-progress.cabal
@@ -1,5 +1,5 @@
 Name: bytestring-progress
-Version: 1.0.8
+Version: 1.0.9
 Build-Type: Simple
 Cabal-Version: >= 1.6
 License: BSD3
@@ -29,7 +29,7 @@
   Exposed-Modules: Data.ByteString.Lazy.Progress
 
   if flag(use-system-progressbar)
-    Build-Depends: terminal-progress-bar >= 0.0.1 && < 0.2.0
+    Build-Depends: terminal-progress-bar >= 0.0.1 && < 0.1.2
     Exposed-Modules: System.ProgressBar.ByteString
 
 
