Use hpath-posix
This commit is contained in:
parent
d05b163807
commit
c5ce3c3401
@ -17,7 +17,7 @@ extra-source-files: CHANGELOG.md
|
|||||||
library streamly-filesystem
|
library streamly-filesystem
|
||||||
if os(linux)
|
if os(linux)
|
||||||
exposed-modules: Streamly.External.FileSystem.DirStream.Posix
|
exposed-modules: Streamly.External.FileSystem.DirStream.Posix
|
||||||
build-depends: hpath-directory >= 0.13
|
build-depends: hpath-posix >= 0.13
|
||||||
, unix >= 2.7
|
, unix >= 2.7
|
||||||
exposed-modules: Streamly.External.FileSystem.Handle
|
exposed-modules: Streamly.External.FileSystem.Handle
|
||||||
-- other-modules:
|
-- other-modules:
|
||||||
@ -34,7 +34,7 @@ library streamly-filesystem
|
|||||||
|
|
||||||
test-suite sf-test
|
test-suite sf-test
|
||||||
if os(linux)
|
if os(linux)
|
||||||
build-depends: hpath-directory >= 0.13
|
build-depends: hpath-posix >= 0.13
|
||||||
, unix >= 2.7
|
, unix >= 2.7
|
||||||
type: exitcode-stdio-1.0
|
type: exitcode-stdio-1.0
|
||||||
main-is: Main.hs
|
main-is: Main.hs
|
||||||
|
Loading…
Reference in New Issue
Block a user