Revert "use unix-compat 0.5 on windows"
This reverts commit 3ec579f5e1
.
Too early for this; needs newer Win32 version. Le sigh.
This commit is contained in:
parent
89f8777b6a
commit
5f55082d10
10 changed files with 51 additions and 13 deletions
|
@ -18,7 +18,6 @@ import System.IO as X hiding (FilePath)
|
|||
import System.Posix.IO as X hiding (createPipe)
|
||||
#endif
|
||||
import System.Exit as X
|
||||
import System.PosixCompat.Files as X hiding (fileSize)
|
||||
|
||||
import Utility.Misc as X
|
||||
import Utility.Exception as X
|
||||
|
@ -29,6 +28,7 @@ import Utility.Directory as X
|
|||
import Utility.Monad as X
|
||||
import Utility.Data as X
|
||||
import Utility.Applicative as X
|
||||
import Utility.PosixFiles as X hiding (fileSize)
|
||||
import Utility.FileSize as X
|
||||
import Utility.Network as X
|
||||
import Utility.Split as X
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue