Skip to content

Commit

Permalink
Merge pull request #155 from matsubara0507/patch-1
Browse files Browse the repository at this point in the history
Fix constructor for process 1.5.0
  • Loading branch information
snoyberg authored Nov 12, 2017
2 parents 3f091ac + 9b39825 commit b3fe421
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Shelly.hs
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,9 @@ shellyProcess reusedHandles st cmdSpec = do
#if MIN_VERSION_process(1,4,0)
, child_group = Nothing
, child_user = Nothing
#endif
#if MIN_VERSION_process(1,5,0)
, use_process_jobs = False
#endif
}
return ( just $ createdInH <|> toHandle mInH
Expand Down

0 comments on commit b3fe421

Please sign in to comment.