typed-process 0.2.10.0 → 0.2.10.1
raw patch · 2 files changed
+3/−1 lines, 2 files
Files
- src/System/Process/Typed.hs +2/−0
- typed-process.cabal +1/−1
src/System/Process/Typed.hs view
@@ -603,7 +603,9 @@ -- -- @since 0.2.10.0 mkPipeStreamSpec :: (ProcessConfig () () () -> Handle -> IO (a, IO ()))+ -- ^ -> StreamSpec streamType a+ -- ^ mkPipeStreamSpec f = mkStreamSpec P.CreatePipe $ \pc mh -> case mh of Just h -> f pc h
typed-process.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: typed-process-version: 0.2.10.0+version: 0.2.10.1 synopsis: Run external processes, with strong typing of streams description: Please see the tutorial at <https://github.com/fpco/typed-process#readme> category: System