diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+[1.0.8](https://github.com/guillaume-nargeot/hpc-coveralls/issues?q=milestone:v1.0.8+is:closed)
+-----
+* Allow directory 1.3 (issue #66)
+
 [1.0.7](https://github.com/guillaume-nargeot/hpc-coveralls/issues?q=milestone:v1.0.7+is:closed)
 -----
 * Allow aeson 1.1 (issue #65)
diff --git a/hpc-coveralls.cabal b/hpc-coveralls.cabal
--- a/hpc-coveralls.cabal
+++ b/hpc-coveralls.cabal
@@ -1,5 +1,5 @@
 name:           hpc-coveralls
-version:        1.0.7
+version:        1.0.8
 synopsis:       Coveralls.io support for Haskell.
 description:
   This utility converts and sends Haskell projects hpc code coverage to
@@ -23,12 +23,12 @@
 license-file:   LICENSE
 author:         Guillaume Nargeot
 maintainer:     Guillaume Nargeot <guillaume+hackage@nargeot.com>
-copyright:      (c) 2014-2015 Guillaume Nargeot
+copyright:      (c) 2014-2017 Guillaume Nargeot
 category:       Control
 build-type:     Simple
 stability:      experimental
 cabal-version:  >= 1.8
-tested-with:    GHC == 7.6, GHC == 7.8, GHC == 7.10
+tested-with:    GHC == 7.6, GHC == 7.8, GHC == 7.10, GHC == 8.0
 homepage:       https://github.com/guillaume-nargeot/hpc-coveralls
 bug-reports:    https://github.com/guillaume-nargeot/hpc-coveralls/issues
 
@@ -63,7 +63,7 @@
     containers     >= 0.5     && <0.6,
     cmdargs        >= 0.10    && <0.11,
     curl           >= 1.3.8   && <1.4,
-    directory      >= 1.2     && <1.3,
+    directory      >= 1.2     && <1.4,
     directory-tree >= 0.12    && <0.13,
     hpc            >= 0.6     && <0.7,
     process        >= 1.1.0.1 && <1.5,
@@ -84,7 +84,7 @@
     containers     >= 0.5     && <0.6,
     cmdargs        >= 0.10    && <0.11,
     curl           >= 1.3.8   && <1.4,
-    directory      >= 1.2     && <1.3,
+    directory      >= 1.2     && <1.4,
     directory-tree >= 0.12    && <0.13,
     hpc            >= 0.6     && <0.7,
     process        >= 1.1.0.1 && <1.5,
