packages feed

concurrent-output 1.7.5 → 1.7.6

raw patch · 3 files changed

+8/−4 lines, 3 filesdep ~transformersPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: transformers

API changes (from Hackage documentation)

Files

CHANGELOG view
@@ -1,3 +1,9 @@+concurrent-output (1.7.6) unstable; urgency=medium++  * Update transformers dep to allow 0.5.++ -- Joey Hess <id@joeyh.name>  Mon, 02 May 2016 08:01:20 -0400+ concurrent-output (1.7.5) unstable; urgency=medium    * createProcessConcurrent and System.Process.Concurrent are
System/Process/Concurrent.hs view
@@ -19,8 +19,6 @@ -- You should use the waitForProcess in this module on the resulting -- ProcessHandle. Using System.Process.waitForProcess instead can have -- mildly unexpected results.------ Not available on Windows. createProcess :: CreateProcess -> IO (Maybe Handle, Maybe Handle, Maybe Handle, ProcessHandle) createProcess p = do 	(i, o, e, ConcurrentProcessHandle h) <- createProcessConcurrent p
concurrent-output.cabal view
@@ -1,5 +1,5 @@ Name: concurrent-output-Version: 1.7.5+Version: 1.7.6 Cabal-Version: >= 1.8 License: BSD2 Maintainer: Joey Hess <id@joeyh.name>@@ -36,7 +36,7 @@     , stm (>= 2.0 && < 2.5)     , process (>= 1.1.0 && < 1.5.0)     , directory (>= 1.2.0 && < 1.3.0)-    , transformers (>= 0.3.0 && < 0.5.0)+    , transformers (>= 0.3.0 && < 0.6.0)     , exceptions (>= 0.6.0 && < 0.9.0)     , ansi-terminal (>= 0.6.0 && < 0.7.0)     , terminal-size (>= 0.3.0 && < 0.4.0)