distributed-process 0.6.3 → 0.6.4
raw patch · 3 files changed
+7/−1 lines, 3 filesdep ~basedep ~containers
Dependency ranges changed: base, containers
Files
ChangeLog view
@@ -1,3 +1,7 @@+2016-06-09 Facundo Domínguez <facundo.dominguez@tweag.io> 0.6.4++* Fixup build errors.+ 2016-06-09 Facundo Domínguez <facundo.dominguez@tweag.io> 0.6.3 * Relax template-haskell upper bound.
distributed-process.cabal view
@@ -1,5 +1,5 @@ Name: distributed-process-Version: 0.6.3+Version: 0.6.4 Cabal-Version: >=1.8 Build-Type: Simple License: BSD3
src/Control/Distributed/Process/Node.hs view
@@ -321,6 +321,8 @@ -- process which uses 'send' or other primitives which are traced. register "trace.logger" logger where+ fork = forkProcess node+ loop = do receiveWait [ match $ \((time, pid, string) ::(String, ProcessId, String)) -> do