diff --git a/text-builder.cabal b/text-builder.cabal
--- a/text-builder.cabal
+++ b/text-builder.cabal
@@ -1,6 +1,6 @@
 cabal-version: 3.0
 name:          text-builder
-version:       0.6.7.2
+version:       0.6.7.3
 category:      Text, Builders
 synopsis:      Efficient strict text builder
 description:   Text formatting library and efficient builder library.
@@ -14,7 +14,7 @@
 
 source-repository head
   type:     git
-  location: git://github.com/nikita-volkov/text-builder.git
+  location: https://github.com/nikita-volkov/text-builder
 
 common base
   default-language:   Haskell2010
@@ -75,7 +75,7 @@
     , rerebase <2
     , tasty >=1.2.3 && <2
     , tasty-hunit >=0.10.0.2 && <0.11
-    , tasty-quickcheck >=0.10.1 && <0.11
+    , tasty-quickcheck >=0.10.1 && <0.12
     , text-builder
 
 benchmark benchmark-text
