diff --git a/shikensu.cabal b/shikensu.cabal
--- a/shikensu.cabal
+++ b/shikensu.cabal
@@ -3,7 +3,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           shikensu
-version:        0.3.5
+version:        0.3.6
 synopsis:       Run a sequence of functions on in-memory representations of files
 description:    See README at <https://github.com/icidasset/shikensu#readme>
 category:       Filesystem
@@ -24,15 +24,15 @@
       src
   default-extensions: DisambiguateRecordFields DuplicateRecordFields OverloadedStrings
   build-depends:
-      aeson == 1.0.*
+      aeson == 1.*
     , base >= 4.9 && < 5
-    , bytestring == 0.10.*
-    , directory == 1.3.*
-    , filepath == 1.4.*
-    , flow == 1.0.*
-    , Glob == 0.7.*
-    , unordered-containers == 0.2.*
-    , text == 1.2.*
+    , bytestring == 0.*
+    , directory == 1.*
+    , filepath == 1.*
+    , flow == 1.*
+    , Glob >= 0.7 && < 1
+    , unordered-containers == 0.*
+    , text == 1.*
   exposed-modules:
       Shikensu
       Shikensu.Contrib
@@ -52,17 +52,17 @@
       src
   default-extensions: DisambiguateRecordFields DuplicateRecordFields OverloadedStrings
   build-depends:
-      aeson == 1.0.*
+      aeson == 1.*
     , base >= 4.9 && < 5
-    , bytestring == 0.10.*
-    , directory == 1.3.*
-    , filepath == 1.4.*
-    , flow == 1.0.*
-    , Glob == 0.7.*
-    , unordered-containers == 0.2.*
-    , text == 1.2.*
-    , tasty == 0.11.*
-    , tasty-hunit == 0.9.*
+    , bytestring == 0.*
+    , directory == 1.*
+    , filepath == 1.*
+    , flow == 1.*
+    , Glob >= 0.7 && < 1
+    , unordered-containers == 0.*
+    , text == 1.*
+    , tasty == 0.*
+    , tasty-hunit == 0.*
   other-modules:
       Test.Contrib
       Test.Example
