git-annex/Utility/WinProcess.hs

16 lines
295 B
Haskell
Raw Normal View History

{- Windows processes
-
- Copyright 2014 Joey Hess <id@joeyh.name>
-
- License: BSD-2-clause
-}
module Utility.WinProcess where
import Utility.PID
2017-10-24 17:20:26 +00:00
import System.IO
terminatePID :: PID -> IO ()
2017-10-24 17:20:26 +00:00
terminatePID p = hPutStrLn stderr "terminating processes on windows is not currently working"