Index: b/lzma.cabal
===================================================================
--- a/lzma.cabal
+++ b/lzma.cabal
@@ -63,7 +63,7 @@ library
   exposed-modules:  Codec.Compression.Lzma
   other-modules:    LibLzma
   build-depends:
-    , base        >=4.12.0.0 && <4.21
+    , base        >=4.12.0.0 && <4.22
     , bytestring  >=0.10.8.2 && <0.13
 
   if os(windows)
@@ -98,6 +98,6 @@ test-suite lzma-tests
     , QuickCheck        ^>=2.14.1 || ^>=2.15.0.1
     , tasty             ^>=1.5
     , tasty-hunit       ^>=0.10.1
-    , tasty-quickcheck  ^>=0.10.3
+    , tasty-quickcheck  ^>=0.10.3 || ^>=0.11
 
   ghc-options:      -Wall -threaded
