diff --git a/ptr.cabal b/ptr.cabal
--- a/ptr.cabal
+++ b/ptr.cabal
@@ -1,6 +1,6 @@
 cabal-version: 3.0
 name:          ptr
-version:       0.16.8.6
+version:       0.16.8.7
 category:      Ptr, Data
 synopsis:      Experimental abstractions for operations on pointers
 description:
@@ -16,7 +16,7 @@
 
 source-repository head
   type:     git
-  location: git://github.com/nikita-volkov/ptr.git
+  location: https://github.com/nikita-volkov/ptr
 
 library
   hs-source-dirs:     library
@@ -148,7 +148,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
 
 benchmark bench
   type:               exitcode-stdio-1.0
