distributed-process 0.6.2 → 0.6.3
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~template-haskell
Dependency ranges changed: template-haskell
Files
- ChangeLog +4/−0
- distributed-process.cabal +2/−2
ChangeLog view
@@ -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
distributed-process.cabal view
@@ -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