Revert "Fix support for older GHCs"

This reverts commit 21dd1718c0.
This commit is contained in:
2019-12-30 16:35:42 +01:00
parent 7db7a9402f
commit 3529ec2a15
2 changed files with 3 additions and 91 deletions

View File

@@ -41,14 +41,13 @@ 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)