Fix to latest sendfile version to simplify imports
This commit is contained in:
parent
9c199c6da2
commit
ae9a806c2e
@ -36,7 +36,7 @@ library
|
||||
, deepseq
|
||||
, exceptions
|
||||
, hspec
|
||||
, simple-sendfile >= 0.2.22
|
||||
, simple-sendfile >= 0.2.24
|
||||
, unix >= 2.5
|
||||
, unix-bytestring
|
||||
, utf8-string
|
||||
|
@ -140,10 +140,7 @@ import System.IO.Error
|
||||
import System.Linux.Sendfile
|
||||
(
|
||||
sendfileFd
|
||||
)
|
||||
import Network.Sendfile
|
||||
(
|
||||
FileRange(..)
|
||||
, FileRange(..)
|
||||
)
|
||||
import System.Posix.ByteString
|
||||
(
|
||||
|
Loading…
Reference in New Issue
Block a user