diff --git a/liblawless.cabal b/liblawless.cabal
--- a/liblawless.cabal
+++ b/liblawless.cabal
@@ -1,5 +1,5 @@
 name:                liblawless
-version:             0.20.1
+version:             0.20.2
 synopsis:            Prelude based on protolude for GHC 8 and beyond.
 license:             GPL-3
 license-file:        LICENSE
@@ -28,7 +28,7 @@
 source-repository this
   type:     git
   location:   git@gitlab.com:misandrist/liblawless.git
-  tag: v0.20.1
+  tag: v0.20.2
 
 library
   ghc-options: -Wall -Wno-redundant-constraints -Wno-type-defaults -O2
@@ -89,7 +89,6 @@
                 containers-unicode-symbols >= 0.3.1 && < 0.4,
                 concurrent-machines >= 0.2.3.3 && < 0.3,
                 contravariant              >= 1.4 && < 1.5,
-                data-default               >= 0.7.1.1 && < 0.8,
                 data-textual               >= 0.3.0 && < 0.4,
                 dns                        >= 2.0.8 && < 2.1,
                 exceptions                 >= 0.8.3 && < 0.9,
@@ -140,17 +139,14 @@
                 TestTime
                 Paths_liblawless
   build-depends:
-                QuickCheck,
+                QuickCheck                 >= 2.8.2 && < 2.9,
                 aeson < 1.0,
                 base >= 4.9 && < 4.10,
                 binary >= 0.7.5.0,
                 bytestring,
                 exceptions >= 0.8.3,
                 filepath >= 1.4.0.0,
-                liblawless,
-                network >= 2.6.3.1,
-                semigroups >= 0.18.2,
-                stm >= 2.4 && < 2.5,
+                liblawless == 0.20.2,
                 temporary >= 1.2.0.4,
                 test-framework,
                 test-framework-quickcheck2,
