diff --git a/hasql.cabal b/hasql.cabal
--- a/hasql.cabal
+++ b/hasql.cabal
@@ -1,6 +1,6 @@
 cabal-version: 3.0
 name: hasql
-version: 1.9.1
+version: 1.9.1.1
 category: Hasql, Database, PostgreSQL
 synopsis: Fast PostgreSQL driver with a flexible mapping API
 description:
@@ -34,7 +34,7 @@
 
 source-repository head
   type: git
-  location: git://github.com/nikita-volkov/hasql.git
+  location: https://github.com/nikita-volkov/hasql
 
 common base
   default-language: Haskell2010
@@ -199,7 +199,7 @@
     rerebase <2,
     tasty >=0.12 && <2,
     tasty-hunit >=0.9 && <0.11,
-    tasty-quickcheck >=0.9 && <0.11,
+    tasty-quickcheck >=0.9 && <0.12,
 
 test-suite threads-test
   import: test
