diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-01-04 12:52:22 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-01-04 13:07:57 -0400 |
commit | 7c2277aa0ccbd1ec35e00bbdfa28cf02c352c7a1 (patch) | |
tree | 5023fa48f2287cef2c1181628dbed5b305880e13 /Common.hs | |
parent | 75a88861e4cdc04e4d9f4e926e94632a21b2bad3 (diff) |
Fix build with process 1.2.1.0.
Diffstat (limited to 'Common.hs')
-rw-r--r-- | Common.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |