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