diff --git a/proto-lens-arbitrary.cabal b/proto-lens-arbitrary.cabal
--- a/proto-lens-arbitrary.cabal
+++ b/proto-lens-arbitrary.cabal
@@ -1,5 +1,5 @@
 name:                proto-lens-arbitrary
-version:             0.1.0.1
+version:             0.1.0.2
 synopsis:            Arbitrary instances for proto-lens.
 description:
   The proto-lens-arbitrary allows generating arbitrary messages for
@@ -18,10 +18,10 @@
 library
   hs-source-dirs: src
   exposed-modules:     Data.ProtoLens.Arbitrary
-  build-depends:  proto-lens == 0.1.*
+  build-depends:  proto-lens >= 0.1 && < 0.3
                 , base >= 4.8 && < 4.10
                 , bytestring == 0.10.*
                 , containers == 0.5.*
                 , text == 1.2.*
                 , lens-family == 1.2.*
-                , QuickCheck == 2.8.*
+                , QuickCheck >= 2.8 && < 2.10
