diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,8 @@
+## 0.8.0.5 (2017-01-11)
+
+Fixes:
+  - Bump directory bounds.
+
 ## 0.8.0.4 (2016-10-26)
 
 Fixes:
diff --git a/default.nix b/default.nix
--- a/default.nix
+++ b/default.nix
@@ -5,7 +5,7 @@
 }:
 mkDerivation {
   pname = "hpio";
-  version = "0.8.0.4";
+  version = "0.8.0.5";
   src = ./.;
   isLibrary = true;
   isExecutable = true;
diff --git a/hpio.cabal b/hpio.cabal
--- a/hpio.cabal
+++ b/hpio.cabal
@@ -1,5 +1,5 @@
 Name:                   hpio
-Version:                0.8.0.4
+Version:                0.8.0.5
 Cabal-Version:          >= 1.10
 Build-Type:             Simple
 Author:                 Drew Hess <src@drewhess.com>
@@ -102,7 +102,7 @@
                       , base-compat         >= 0.6.0  && < 1
                       , bytestring          >= 0.10.4 && < 0.11
                       , containers          >= 0.5.5  && < 0.6
-                      , directory           >= 1.2.1  && < 1.3
+                      , directory           >= 1.2.1  && < 1.4
                       , exceptions          >= 0.8.0  && < 1
                       , filepath            >= 1.3.0  && < 1.5
                       , mtl                 >= 2.1.3  && < 2.3
@@ -257,4 +257,4 @@
 Source-Repository this
   Type:                 git
   Location:             git://github.com/dhess/hpio.git
-  Tag:                  v0.8.0.4
+  Tag:                  v0.8.0.5
diff --git a/shell.nix b/shell.nix
--- a/shell.nix
+++ b/shell.nix
@@ -11,7 +11,7 @@
       }:
       mkDerivation {
         pname = "hpio";
-        version = "0.8.0.4";
+        version = "0.8.0.5";
         src = ./.;
         isLibrary = true;
         isExecutable = true;
diff --git a/stack.yaml b/stack.yaml
--- a/stack.yaml
+++ b/stack.yaml
@@ -1,6 +1,6 @@
 require-stack-version: ">= 1.1.0"
 pvp-bounds: both
-resolver: lts-7.5
+resolver: lts-7.15
 packages:
 - .
 flags:
