diff --git a/lens-filesystem.cabal b/lens-filesystem.cabal
--- a/lens-filesystem.cabal
+++ b/lens-filesystem.cabal
@@ -1,7 +1,7 @@
 cabal-version:       2.2
 
 name:                lens-filesystem
-version:             0.1.0.0
+version:             0.1.0.1
 synopsis:            Lens interface for your filesystem; still a bit experimental
 description:         Please see the README on GitHub at <https://github.com/ChrisPenner/lens-fs#readme>
 homepage:            https://github.com/ChrisPenner/lens-filesystem
@@ -21,10 +21,10 @@
 
 common commons
   build-depends:       base          >= 4.7    && < 5
-                     , directory    ^>= 1.3.6
-                     , filepath     ^>= 1.4.2
-                     , lens         ^>= 4.18.1
-                     , lens-action  ^>= 0.2.4
+                     , directory
+                     , filepath
+                     , lens
+                     , lens-action
 
   ghc-options:         -Wall
 
