diff --git a/bytestring-strict-builder.cabal b/bytestring-strict-builder.cabal
--- a/bytestring-strict-builder.cabal
+++ b/bytestring-strict-builder.cabal
@@ -1,6 +1,6 @@
 cabal-version: 3.0
 name:          bytestring-strict-builder
-version:       0.4.5.7
+version:       0.4.5.8
 category:      Text, ByteString, Builders, Serialization
 synopsis:      An efficient strict bytestring builder
 description:
@@ -25,8 +25,7 @@
 
 source-repository head
   type:     git
-  location:
-    git://github.com/nikita-volkov/bytestring-strict-builder.git
+  location: https://github.com/nikita-volkov/bytestring-strict-builder
 
 common base
   default-language:   Haskell2010
@@ -92,7 +91,7 @@
     , quickcheck-instances >=0.3.11 && <0.4
     , rerebase >=1.10 && <2
     , tasty >=1.4 && <2
-    , tasty-quickcheck >=0.10 && <0.11
+    , tasty-quickcheck >=0.10 && <0.12
 
 benchmark benchmarks
   import:         base
