use unix-compat 0.5 on windows
That version has my patches for the problems that Utility.PosixFiles was working around, so am able to get rid of that module now. This will later allow bringing back the custom-setup stanza in the cabal file. It will need to depend on unix-compat 0.5 on all OS's, which I'm not ready to do yet. This commit was sponsored by Nick Daly on Patreon.
This commit is contained in:
parent
0f150a054b
commit
3ec579f5e1
9 changed files with 12 additions and 51 deletions
|
@ -16,6 +16,7 @@ module Utility.Directory (
|
|||
import System.IO.Error
|
||||
import Control.Monad
|
||||
import System.FilePath
|
||||
import System.PosixCompat.Files
|
||||
import Control.Applicative
|
||||
import Control.Concurrent
|
||||
import System.IO.Unsafe (unsafeInterleaveIO)
|
||||
|
@ -31,7 +32,6 @@ import Control.Monad.IfElse
|
|||
#endif
|
||||
|
||||
import Utility.SystemDirectory
|
||||
import Utility.PosixFiles
|
||||
import Utility.Tmp
|
||||
import Utility.Exception
|
||||
import Utility.Monad
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue