Use hpath-posix

这个提交包含在:
Julian Ospald 2020-01-29 23:59:50 +01:00
父节点 d05b163807
当前提交 c5ce3c3401
找不到此签名对应的密钥
GPG 密钥 ID: 511B62C09D50CD28
共有 1 个文件被更改,包括 2 次插入2 次删除

查看文件

@ -17,7 +17,7 @@ extra-source-files: CHANGELOG.md
library streamly-filesystem
if os(linux)
exposed-modules: Streamly.External.FileSystem.DirStream.Posix
build-depends: hpath-directory >= 0.13
build-depends: hpath-posix >= 0.13
, unix >= 2.7
exposed-modules: Streamly.External.FileSystem.Handle
-- other-modules:
@ -34,7 +34,7 @@ library streamly-filesystem
test-suite sf-test
if os(linux)
build-depends: hpath-directory >= 0.13
build-depends: hpath-posix >= 0.13
, unix >= 2.7
type: exitcode-stdio-1.0
main-is: Main.hs