aboutsummaryrefslogtreecommitdiff
path: root/Common.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-01-04 12:52:22 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-01-04 13:07:57 -0400
commit7c2277aa0ccbd1ec35e00bbdfa28cf02c352c7a1 (patch)
tree5023fa48f2287cef2c1181628dbed5b305880e13 /Common.hs
parent75a88861e4cdc04e4d9f4e926e94632a21b2bad3 (diff)
Fix build with process 1.2.1.0.
Diffstat (limited to 'Common.hs')
-rw-r--r--Common.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Common.hs b/Common.hs
index 76e8d5133..670fc44e5 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