Fix build with process 1.2.1.0.

This commit is contained in:
Joey Hess 2015-01-04 12:52:22 -04:00
parent f2262991e9
commit 5db31e2386
5 changed files with 15 additions and 12 deletions

View file

@ -16,7 +16,7 @@ import System.FilePath as X
import System.Directory as X
import System.IO as X hiding (FilePath)
#ifndef mingw32_HOST_OS
import System.Posix.IO as X
import System.Posix.IO as X hiding (createPipe)
#endif
import System.Exit as X