Use System.PosixCompat instead of System.Posix
This uses the unix-compat wrappers instead of unix directly so that the functionality can be emulated on Windows.
This commit is contained in:
parent
acb9d13766
commit
5d7c44c690
2 changed files with 2 additions and 4 deletions
|
@ -18,8 +18,6 @@ Extra-Source-Files: README.markdown
|
|||
|
||||
Library
|
||||
build-depends: base < 5, bytestring, directory, filepath, mtl, unix-compat
|
||||
if !os(windows)
|
||||
build-depends: unix
|
||||
if impl(ghc >= 6.10)
|
||||
build-depends:
|
||||
base >= 4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue