From 46b630831bda126b6f4ab723229e32c1677ae6d0 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 4 Jan 2015 12:53:25 -0400 Subject: Fix build with process 1.2.1.0. --- Common.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Common.hs') diff --git a/Common.hs b/Common.hs index d64b5ad..48aa32c 100644 --- a/Common.hs +++ b/Common.hs @@ -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 -- cgit v1.2.3