git-annex/Utility/WinProcess.hs
Joey Hess 78b5e759a5
fix
2017-10-24 13:20:26 -04:00

15 lines
295 B
Haskell

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