Fix support for older GHCs

This commit is contained in:
2019-12-30 15:16:59 +01:00
parent 2e0fe6b698
commit 21dd1718c0
2 changed files with 91 additions and 3 deletions

View File

@@ -41,13 +41,14 @@ library
, deepseq
, exceptions
, hspec
, simple-sendfile >= 0.2.24
, streamly >= 0.7
, unix >= 2.5
, unix-bytestring
, utf8-string
, word8
if impl(ghc >= 8.2)
build-depends: streamly >= 0.7
else
build-depends: simple-sendfile >= 0.2.24
test-suite doctests-hpath
if os(windows)