diff --git a/hfmt.cabal b/hfmt.cabal
--- a/hfmt.cabal
+++ b/hfmt.cabal
@@ -1,5 +1,5 @@
 name:                hfmt
-version:             0.1.0
+version:             0.1.1
 synopsis:            Haskell source code formatter
 description:         Inspired by gofmt. Built using hlint, hindent, and stylish-haskell.
 license:             MIT
@@ -34,7 +34,7 @@
                      , exceptions
                      , filepath
                      , haskell-src-exts
-                     , hindent >= 5.0.0
+                     , hindent >= 5.2.3
                      , hlint >= 1.9
                      , HUnit
                      , path
