diff --git a/ChangeLog b/ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-06-09 Facundo Domínguez <facundo.dominguez@tweag.io> 0.6.3
+
+* Relax template-haskell upper bound.
+
 2016-06-09 Facundo Domínguez <facundo.dominguez@tweag.io> 0.6.2
 
 * Provide compatibility with ghc-8.0.1
diff --git a/distributed-process.cabal b/distributed-process.cabal
--- a/distributed-process.cabal
+++ b/distributed-process.cabal
@@ -1,5 +1,5 @@
 Name:          distributed-process
-Version:       0.6.2
+Version:       0.6.3
 Cabal-Version: >=1.8
 Build-Type:    Simple
 License:       BSD3
@@ -97,7 +97,7 @@
      if impl(ghc <= 7.4.2)
        Build-Depends: template-haskell >= 2.7 && < 2.8
      else
-       Build-Depends: template-haskell >= 2.6 && < 2.11
+       Build-Depends: template-haskell >= 2.6 && < 2.12
      Exposed-modules: Control.Distributed.Process.Internal.Closure.TH
      CPP-Options:     -DTemplateHaskellSupport
 
