diff --git a/CHANGELOG b/CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,7 @@
+0.8.3
+-----
+* Raise upper bound of directory
+
 0.8.2
 -----
 * Update README
diff --git a/hsimport.cabal b/hsimport.cabal
--- a/hsimport.cabal
+++ b/hsimport.cabal
@@ -1,5 +1,5 @@
 name: hsimport
-version: 0.8.2
+version: 0.8.3
 cabal-version: >=1.9.2
 build-type: Simple
 license: BSD3
@@ -40,7 +40,7 @@
         text >=0.11.3.1 && <1.3,
         split >=0.2.2 && <0.3,
         attoparsec >=0.10.4.0 && <0.14,
-        directory >=1.2.0.1 && <1.3,
+        directory >=1.2.0.1 && <1.4,
         dyre ==0.8.*
     cpp-options: -DCABAL
     hs-source-dirs: lib
