diff --git a/hoogle-index.cabal b/hoogle-index.cabal
--- a/hoogle-index.cabal
+++ b/hoogle-index.cabal
@@ -1,5 +1,5 @@
 name:                hoogle-index
-version:             0.4.3
+version:             0.4.4
 synopsis:            Easily generate Hoogle indices for installed packages
 description:
     'hoogle-index' is a small utility for generating indicies for local
@@ -27,16 +27,16 @@
 executable hoogle-index
   main-is:             Main.hs
   other-extensions:    TupleSections
-  build-depends:       base >=4.6 && <4.9,
-                       transformers >=0.3 && <0.5,
+  build-depends:       base >=4.6 && <4.10,
+                       transformers >=0.3 && <0.6,
                        directory >=1.2 && <1.3,
-                       process >=1.2 && <1.3,
+                       process >=1.2 && <1.5,
                        filepath >=1.3 && <1.5,
                        errors >=2.0 && <3.0,
                        bytestring >=0.9 && <1.11,
                        temporary >=1.2 && <1.3,
                        Cabal >=1.20 && <1.23,
                        containers >=0.4 && <0.6,
-                       optparse-applicative >=0.11 && <0.12,
+                       optparse-applicative >=0.11 && <0.13,
                        hoogle >= 4.2 && <4.3
   default-language:    Haskell2010
