summaryrefslogtreecommitdiff
path: root/Common.hs
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2015-01-04 12:53:25 -0400
committerJoey Hess <joeyh@joeyh.name>2015-01-04 13:01:34 -0400
commit46b630831bda126b6f4ab723229e32c1677ae6d0 (patch)
tree16db3029e21cf85b15f225747220aa343542ba47 /Common.hs
parent0dd1999055a234d903df7ea0d167609a18bb5604 (diff)
downloadgit-repair-46b630831bda126b6f4ab723229e32c1677ae6d0.tar.gz
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 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