diff --git a/proto-lens-optparse.cabal b/proto-lens-optparse.cabal
--- a/proto-lens-optparse.cabal
+++ b/proto-lens-optparse.cabal
@@ -1,5 +1,5 @@
 name:                proto-lens-optparse
-version:             0.1.0.1
+version:             0.1.0.2
 synopsis:            Adapting proto-lens to optparse-applicative ReadMs.
 description:
    A package adapting proto-lens to optparse-applicative ReadMs.
@@ -19,7 +19,7 @@
 library
   hs-source-dirs: src
   exposed-modules:     Data.ProtoLens.Optparse
-  build-depends:  proto-lens == 0.1.*
+  build-depends:  proto-lens >= 0.1 && < 0.3
                 , base >= 4.8 && < 4.10
-                , optparse-applicative == 0.12.*
+                , optparse-applicative >= 0.12 && < 0.14
                 , text == 1.2.*
