summaryrefslogtreecommitdiff
path: root/Utility/WinProcess.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-10-25 14:45:23 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-10-25 14:45:23 -0400
commitae1515f19426daf13b55089e1c7da5f49f62b7eb (patch)
treee0429e591983d0d85174aa2d81bbb4ff41039924 /Utility/WinProcess.hs
parent035761f4bcc17ca097900af166f1e66bc9ac5880 (diff)
build for windows with forked win32 package that has terminateProcessId
Get ugly reversion out of CHANGELOG. Also, relocated the windows stack.yaml to top, and updated windows build instructions. This commit was sponsored by Henrik Riomar on Patreon.
Diffstat (limited to 'Utility/WinProcess.hs')
-rw-r--r--Utility/WinProcess.hs15
1 files changed, 0 insertions, 15 deletions
diff --git a/Utility/WinProcess.hs b/Utility/WinProcess.hs
deleted file mode 100644
index cb9029874..000000000
--- a/Utility/WinProcess.hs
+++ /dev/null
@@ -1,15 +0,0 @@
-{- 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"
-